plan9fox/rc/bin/""
2013-11-07 14:01:42 -05:00

14 lines
203 B
Bash
Executable file

#!/bin/rc
PROMPT='[^ ]*(%|;)+[ ]+'
_x = `{" $* | tail -1}
if(~ $#_x 0) {
echo no such command found
exit notfound
}
echo ' ' $_x
_x=`{ echo -n 'eval '; echo $_x | sed 's/^'$PROMPT'//'}
rc -c $"_x