aboutsummaryrefslogtreecommitdiff
path: root/services/gen-tplt
diff options
context:
space:
mode:
Diffstat (limited to 'services/gen-tplt')
-rwxr-xr-xservices/gen-tplt7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/gen-tplt b/services/gen-tplt
new file mode 100755
index 0000000..38ceb33
--- /dev/null
+++ b/services/gen-tplt
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+set -e
+
+script_dir="$(dirname "$0")"
+
+exec "$script_dir/manage" "template" "generate" "$@"