change scripts back to /usr/local/plan9/bin/rc. sigh.

man replaces 9man
This commit is contained in:
rsc 2005-01-11 20:58:13 +00:00
parent c70667367f
commit 2b85f70db0
11 changed files with 17 additions and 59 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env $PLAN9/bin/rc
#!/usr/local/plan9/bin/rc
sym = 'threadmain?z
p9main?z
main?z'
fn dbsrc{
echo $sym | db $1 | 9sed '1d;/symbol not found/d;s/.*\(\) //'
echo $sym | db $1 | 9 sed '1d;/symbol not found/d;s/.*\(\) //'
}
fn go{