summaryrefslogtreecommitdiff
path: root/acme/bin/win
blob: 165ec2499566c4029195d5438406a9a85c39ccc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/rc
if(~ $#* 0){
	*=(rc -i)
}
/acme/bin/$cputype/winfs $1 >/dev/null >[2=1] || {
	# compat
	exec /acme/bin/$cputype/win $*
	exit
}
echo dump $* > /dev/acme/ctl
</dev/cons >/dev/cons >[2=1] $*
exit ''