shithub: riscv

ref: c0a7fbea1f61b1d77a09d612b85c74fd6c673b7c
dir: /acme/bin/win/

View raw version
#!/bin/rc
flags=()
while(~ $1 -*){
	flags=($flags $1)
	shift
}
if(~ $#* 0){
	*=(rc -i)
}
/acme/bin/$cputype/winfs $flags $1 >/dev/null >[2=1] || {
	# compat
	exec /acme/bin/$cputype/win $*
	exit
}
echo dump win $* > /dev/acme/ctl
</dev/cons >/dev/cons >[2=1] $*
exit ''