diff options
Diffstat (limited to 'hiccup/run')
-rwxr-xr-x | hiccup/run | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hiccup/run b/hiccup/run new file mode 100755 index 0000000..dc7f2c9 --- /dev/null +++ b/hiccup/run @@ -0,0 +1,12 @@ +#!/bin/execlineb + +envfile env + +importas -S HICCUP_USER +s6-setuidgid $HICCUP_USER + +importas -S HICCUP_PATH +cd $HICCUP_PATH + +foreground { make build } +target/release/web |