6 lines
158 B
Bash
Executable File
6 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
# clean-rebuild-all.sh - clean everything and rebuild
|
|
|
|
rm -Rf /data/data $HOME/termux $HOME/lib/android-standalone-toolchain-*
|
|
bash -x build-all.sh
|