UNPKG
shell-variables
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Command-line service to read/write variables between shell processes
shell-variables
/
bin
/
shell_variables_server.js
11 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
var
shellVariables =
require
(
'shell-variables'
), server; server =
new
shellVariables.
Server
(); server.
start
(
function
(
url
) {
console
.
log
(url); });