ref: 8ea917d119179cc4e712f29815b535e06d14599d
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