mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 19:26:40 +00: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))
|