7 lines
108 B
Bash
Executable file
7 lines
108 B
Bash
Executable file
#!/usr/bin/env sh
|
|
source venv_maturin/bin/activate
|
|
|
|
cd androscalpel
|
|
maturin develop
|
|
cd ..
|
|
python -i test.py
|