blob: ca86063b4111b805916af3b5ed649945ae885708 (
plain)
1
2
3
4
5
6
|
#!/bin/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
|