diff options
Diffstat (limited to 'acme/bin/win')
| -rwxr-xr-x | acme/bin/win | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acme/bin/win b/acme/bin/win new file mode 100755 index 000000000..165ec2499 --- /dev/null +++ b/acme/bin/win @@ -0,0 +1,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 '' |
