plan9fox/rc/bin/inst/start

17 lines
197 B
Plaintext
Raw Normal View History

#!/bin/rc
echo scroll > /dev/wctl
cd /bin/inst
. defs
textinst=1
export textinst
2011-04-12 16:32:51 +00:00
# use stderr as logfile
2011-04-13 01:59:58 +00:00
rm -f /srv/log
2011-04-12 16:32:51 +00:00
echo 2 >/srv/log
log `{date} Installation process started
inst/mainloop