configure.sh 146 B

12345678910
  1. #!/usr/bin/env bash
  2. set -e
  3. pushd `dirname $0` > /dev/null
  4. FullScriptPath=`pwd`
  5. popd > /dev/null
  6. python3 $FullScriptPath/configure.py "$@"
  7. exit