Add 'example.jss'
This commit is contained in:
parent
d3f16d3bfe
commit
0d0099cf9b
8
example.jss
Normal file
8
example.jss
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!./scripting.js
|
||||||
|
|
||||||
|
println("Hello World!");
|
||||||
|
println("Arguments: " + args);
|
||||||
|
|
||||||
|
print(exec("echo Hello World from exec!"));
|
||||||
|
print(await bash("echo Hello World from bash! logname: $LOGNAME"));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user