12 lines
254 B
Bash
Executable file
12 lines
254 B
Bash
Executable file
#!/bin/rc
|
|
|
|
rfork e
|
|
|
|
ctl = /mnt/factotum/ctl
|
|
if(test -r /mnt/term/mnt/factotum/ctl)
|
|
ctl = /mnt/term/mnt/factotum/ctl
|
|
|
|
ifs='
|
|
'
|
|
|
|
sed 's/ ![0-9a-zA-Z_]+\??/ /g; s/''/''''/g; s/ +$//' $ctl | awk -v 'ctl='^$ctl ' { printf "echo ''del%s'' > %s\n", $0, ctl } '
|