create_it.sh 205 B

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