ref: 1d5618a9b92b192ad4c7645a2102b10e79e9d38e
dir: /acme/bin/win/
#!/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 ''