UNPKG

shell-variables

Version:

Command-line service to read/write variables between shell processes

11 lines (7 loc) 176 B
#!/usr/bin/env node var shellVariables = require('shell-variables'), server; server = new shellVariables.Server(); server.start(function (url) { console.log(url); });