From 0d0099cf9b0b4476bf1538668d099252a4e208dc Mon Sep 17 00:00:00 2001 From: andreacavalli Date: Thu, 19 Mar 2020 00:33:28 +0100 Subject: [PATCH] Add 'example.jss' --- example.jss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 example.jss diff --git a/example.jss b/example.jss new file mode 100644 index 0000000..e346602 --- /dev/null +++ b/example.jss @@ -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")); +