From eeed4365fd8e794a820a601eec5b5412e31488a6 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 22 Aug 2021 03:46:43 +0700 Subject: all: implement serve command The serve comman will run a HTTP server that provide web-user interface to edit and execute script. Currently, the web-user interface provide the following features, * Browsing the workspace * Running the script on local or remote --- _example/localhost/test.aww | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _example/localhost/test.aww (limited to '_example/localhost') diff --git a/_example/localhost/test.aww b/_example/localhost/test.aww new file mode 100644 index 0000000..e003d48 --- /dev/null +++ b/_example/localhost/test.aww @@ -0,0 +1,2 @@ +sh -c "echo a" +sh -c "echo b" -- cgit v1.3-5-g45d5