summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall11
1 files changed, 11 insertions, 0 deletions
diff --git a/install b/install
new file mode 100755
index 0000000..06a5f25
--- /dev/null
+++ b/install
@@ -0,0 +1,11 @@
+#!/bin/rc
+. <{cat /$objtype/mkfile | grep -v '^<'}
+
+RCBIN=$home/bin/rc/stalker
+
+if(! test -d $RCBIN)
+ mkdir $RCBIN
+mk
+cp $O.out $RCBIN/geoparse
+cp geolocate $RCBIN
+mk clean