11 lines
164 B
Bash
Executable File
11 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export PYTHONWARNINGS=default
|
|
export PYTHONPYCACHEPREFIX=out/pycache
|
|
export ANKIDEV=1
|
|
|
|
./ninja pylib qt
|
|
./out/pyenv/bin/python tools/run.py $*
|