rc script to run event.dis.

This commit is contained in:
Kris Maglione 2007-07-18 17:56:13 -04:00
parent fc7109440c
commit 90c44aefac
1 changed files with 19 additions and 0 deletions

19
test/event Executable file
View File

@ -0,0 +1,19 @@
#!/bin/rc
wm=''
if(~ $1 -d) {
wm = '&wm/wm wm/logon</dev/null'
shift
}
inferno '{$home/wmii/test/event.dis $*'$wm'}' $* &
inf = $apid
. 9.rc
fn sigint sigterm {exit}
fn sigexit {/bin/kill $apid}
while(! ~ `{read </dev/tty} q)
true