ref: 242403d9f92e14969c1f418e0ee086193e9c9698
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'//; s/''/''''/g; s/$/''/'} rc -c $"_x