Sign in
plan9port
/
plan9
/
1544f90960275dc9211bde30329c3258e0e1bf38
/
.
/
bin
/
""
blob: 2b1f74446f1c4f17e1c73fc17f9dc090509100ee [
file
] [
log
] [
blame
]
#!/usr/local/plan9/bin/rc
PROMPT
=
'[^ ]*[%;$#][ ]+'
" $* | tail -1 | tee >{wc -l >/tmp/qq.$pid} | tee /dev/stderr | 9sed 's/^ '$PROMPT'//' | rc
if(~ `{cat /tmp/qq.$pid} 0){
echo no such command found
exit notfound
}
exit 0