ref: 883280563d9b5e033b2199e4840962e13ad9ecd2
dir: /rc/bin/""/
#!/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