git: 9front

ref: b9d26a293eec4be3e9c46b6ce40d01a61646b8b8
dir: /rc/bin/""/

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