aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSn4il <sn4il@thedroth.rocks>2023-12-01 08:59:58 +0300
committerSn4il <sn4il@thedroth.rocks>2023-12-01 08:59:58 +0300
commit3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069 (patch)
treeed1c6a6f0918fe93d63b5620e51d488f2ef2b154 /build.sh
downloadtt-3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069.tar.gz
tt-3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069.zip
Clone
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" "$@"