1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-09 20:22:45 +01:00

Delete update-git.sh

This commit is contained in:
Stylix58 2021-05-01 17:15:57 +02:00 committed by GitHub
parent 104b3534a6
commit cd8e803c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
echo Update for Git...
cd ../../../
for D in */; do
echo --------------
echo "$D";
cd $D
git pull
cd ..
done
echo Done