Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-09-18 12:45:42 +02:00
parent 98ea485a6d
commit c4e543e710
5 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ function scanning(){
}
function folder(){
cd "$1" || exit
cd "$1"; git pull || exit
PACKAGES=()