plan9fox/rc/bin/inst/start
2011-05-30 18:34:22 +00:00

18 lines
220 B
Bash
Executable file

#!/bin/rc
if(test -w /dev/wctl)
echo scroll > /dev/wctl
cd /bin/inst
. defs
textinst=1
export textinst
# use stderr as logfile
rm -f /srv/log
echo 2 >/srv/log
log `{date} Installation process started
inst/mainloop