mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
cd $(dirname "${DIR}")
|
|
|
|
python3 third_party/amalgamate/amalgamate.py -c scripts/amalgamate_config.json -s include -v yes
|