shithub: riscv

ref: 2968225196d6078203e88d26572a51216f545c1d
dir: /rc/bin/""/

View raw version
#!/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