summaryrefslogtreecommitdiff
path: root/tools/symlink-bins
diff options
context:
space:
mode:
Diffstat (limited to 'tools/symlink-bins')
-rwxr-xr-xtools/symlink-bins12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/symlink-bins b/tools/symlink-bins
new file mode 100755
index 0000000..2e8f790
--- /dev/null
+++ b/tools/symlink-bins
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+install="$1"
+bindir="$2"
+sproot="${3#x}"
+home="${4#x}"
+exthome="${5#x}"
+destdir="$6"
+
+while read old new html ; do
+ "$install" -D -l "../package/admin/execline/command/$new" "$destdir/command/$new"
+done < ./tools/name-table