Change clean-rebuild-all.sh to clean.sh
This commit is contained in:
parent
af812e045e
commit
3c03cf4b6b
@ -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
Block a user