From 3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069 Mon Sep 17 00:00:00 2001 From: Sn4il Date: Fri, 1 Dec 2023 08:59:58 +0300 Subject: Clone --- build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 build.sh (limited to 'build.sh') 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" "$@" -- cgit v1.2.3