aboutsummaryrefslogtreecommitdiff
path: root/services/gen-tplt
blob: 38ceb3300028a09868f53fb5198e85766ab5b323 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -e

script_dir="$(dirname "$0")"

exec "$script_dir/manage" "template" "generate" "$@"