create_it.sh 205 B

12345678
  1. # /bin/bash
  2. D=$PWD
  3. pushd ../..
  4. ./waf-light configure build --tools=$D/cbdlib.py --prelude=$'\tfrom waflib.extras import cbdlib\n\tcbdlib.start(cwd, VERSION, wafdir)\n\tsys.exit(0)'
  5. popd
  6. cp ../../waf cbd