mirror of
https://github.com/JonasunderscoreJones/api-worker.git
synced 2025-10-23 10:29:19 +02:00
4 lines
109 B
JavaScript
Executable file
4 lines
109 B
JavaScript
Executable file
#! /usr/bin/env node
|
|
var rc = require('./index')
|
|
|
|
console.log(JSON.stringify(rc(process.argv[2]), false, 2))
|