mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
db6883559f
use only /mnt/factotum: if you want to delete from your terminal, bind the terminal in as your factotum.
8 lines
175 B
Bash
Executable file
8 lines
175 B
Bash
Executable file
#!/bin/rc
|
|
|
|
rfork e
|
|
|
|
ctl = /mnt/factotum/ctl
|
|
|
|
sed 's/ ![0-9a-zA-Z_]+\??/ /g; s/''/''''/g; s/ +$//' $ctl | \
|
|
awk -v 'ctl='^$ctl ' { printf "echo ''del%s'' > %s\n", $0, ctl } '
|