blob: c300f0b2f6c14f78639f81de22558705e79dcc27 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/execlineb -P
#redirfd -w 1 /dev/null
#redirfd -w 2 /dev/null
cd /home/robert/src/startpage/
foreground { /usr/bin/go build . }
exec /home/robert/src/startpage/startpage
|