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