Delete existing packages

This commit is contained in:
Eduard Tolosa 2019-02-08 22:41:42 -05:00
parent 57f965cc6e
commit 4efd957545

View file

@ -2,6 +2,7 @@
fshared="/mnt/Shared/bapkgs"
rm -f "$fshared"/*
if [ -z "$*" ]; then
for file in $(ls *.pkg.tar.xz); do $(sudo mv "$file" "$fshared"); done
exit