Fredrik Fornwall
8 years ago
1 changed files with 2 additions and 2 deletions
@ -1,9 +1,9 @@ |
|||
#!/bin/sh |
|||
# clean-rebuild-all.sh - clean everything and rebuild |
|||
# clean.sh - clean everything. |
|||
set -e -u |
|||
|
|||
# Read settings from .termuxrc if existing |
|||
test -f $HOME/.termuxrc && . $HOME/.termuxrc |
|||
: ${TERMUX_TOPDIR:="$HOME/.termux-build"} |
|||
|
|||
rm -Rf /data/* $TERMUX_TOPDIR |
|||
bash -x build-all.sh |
Loading…
Reference in new issue