mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-08-05 20:18:34 +00:00
5 lines
109 B
JavaScript
Executable File
5 lines
109 B
JavaScript
Executable File
#! /usr/bin/env node
|
|
var rc = require('./index')
|
|
|
|
console.log(JSON.stringify(rc(process.argv[2]), false, 2))
|