build.sh 117 B

1234567
  1. #!/bin/sh
  2. python build.py --full
  3. python build.py --extras
  4. python build.py --full --debug
  5. # python build.py --help