Clean tonitch better
This commit is contained in:
parent
9f45e09c71
commit
2bcb9fb12e
@ -3,10 +3,9 @@
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
|
|
||||||
rm -rf tonitch
|
|
||||||
|
|
||||||
mkdir -p tonitch
|
mkdir -p tonitch
|
||||||
export PKGDEST=$(pwd)/tonitch
|
export PKGDEST=$(pwd)/tonitch
|
||||||
|
rm -rf $PKGDEST/*
|
||||||
|
|
||||||
packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed '/\./d')
|
packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed '/\./d')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user