nilmbuntu/config

10 lines
167 B
Plaintext
Raw Permalink Normal View History

2013-08-18 21:29:01 -04:00
#!/bin/bash
if [ -z "$BUILD_CONFIG" ] ; then
echo "Set BUILD_CONFIG first"
exit 1
fi
2013-08-19 15:20:59 -04:00
echo "Loading config file: config-$BUILD_CONFIG"
2013-08-18 21:29:01 -04:00
. config-$BUILD_CONFIG