summaryrefslogtreecommitdiff
path: root/hiccup/run
blob: dc7f2c976b603c679d40f8c16218aeed2452faeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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