summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-02-22 22:59:40 +0000
committerrodri <rgl@antares-labs.eu>2020-02-22 22:59:40 +0000
commit1e256e1f0adf0d230597138a3f02a92291924c5f (patch)
tree56d9fb67cd73a53844bb6dfe0ee19b9dca4b7b24 /install
downloadstalker-1e256e1f0adf0d230597138a3f02a92291924c5f.tar.gz
stalker-1e256e1f0adf0d230597138a3f02a92291924c5f.tar.bz2
stalker-1e256e1f0adf0d230597138a3f02a92291924c5f.zip
now version controlled.
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