diff options
| author | Shulhan <ms@kilabit.info> | 2021-08-22 03:46:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-08-22 17:23:16 +0700 |
| commit | eeed4365fd8e794a820a601eec5b5412e31488a6 (patch) | |
| tree | 4a3d24814fb173c20c85a1c09ea39581e398289d /_example/localhost | |
| parent | f27e9df7b4ec0dd1d8828eed2d4cf159d9adcf5b (diff) | |
| download | awwan-eeed4365fd8e794a820a601eec5b5412e31488a6.tar.xz | |
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
Diffstat (limited to '_example/localhost')
| -rw-r--r-- | _example/localhost/test.aww | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
