androscalpel/test.sh
2023-11-28 16:22:40 +01:00

8 lines
135 B
Bash
Executable file

#!/usr/bin/env sh
source venv_maturin/bin/activate
export RUST_BACKTRACE=full
cd androscalpel
maturin develop
cd ..
python -i test.py