aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..9db8586
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+d="$(dirname $0)"
+case "$d" in
+ /*) ;;
+ *) d="$PWD/$d"
+esac
+export PATH="$PATH:$d/bin"
+
+mkdir -p dst
+ssg5 src dst "trivial technology" "$@"