diff options
author | Sn4il <sn4il@thedroth.rocks> | 2023-12-01 08:59:58 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2023-12-01 08:59:58 +0300 |
commit | 3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069 (patch) | |
tree | ed1c6a6f0918fe93d63b5620e51d488f2ef2b154 /build.sh | |
download | tt-3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069.tar.gz tt-3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069.zip |
Clone
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 10 |
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" "$@" |