blob: 43eff74748a3ea731f39031e5cbbbef5e2c8cbe8 [file] [log] [blame]
#!/bin/bash -xe
# Allows this script to be invoked from any directory:
cd $(dirname "$0")
NEW_FILE=$(mktemp)
./generate_config_yml.py > $NEW_FILE
cp $NEW_FILE config.yml