mirror of
https://github.com/pantor/inja.git
synced 2026-02-18 17:36:25 +00:00
10 lines
263 B
Bash
Executable File
10 lines
263 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
SOURCE_ROOT=$(dirname "${DIR}")
|
|
|
|
echo "Move to Source Root: ${SOURCE_ROOT}"
|
|
cd ${SOURCE_ROOT}
|
|
|
|
python3 amalgamate/amalgamate.py -c amalgamate/config.json -s include -v yes
|