summaryrefslogtreecommitdiff
path: root/dis/install/insbylog
diff options
context:
space:
mode:
Diffstat (limited to 'dis/install/insbylog')
-rwxr-xr-xdis/install/insbylog9
1 files changed, 9 insertions, 0 deletions
diff --git a/dis/install/insbylog b/dis/install/insbylog
new file mode 100755
index 00000000..e566cfe3
--- /dev/null
+++ b/dis/install/insbylog
@@ -0,0 +1,9 @@
+#!/dis/sh.dis -n
+load std
+if {~ $emuhost Nt} {
+ # spec
+} {~ $emuhost Plan9} {
+ # different?
+} {
+ # the unix systems
+}