mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-25 03:43:31 +01:00
✨ bash update script
This commit is contained in:
parent
ef04fffc6d
commit
6913600c5d
11
scripts/update/update.sh
Executable file
11
scripts/update/update.sh
Executable file
@ -0,0 +1,11 @@
|
||||
echo Update all repositories ...
|
||||
cd ../../../
|
||||
for D in */; do
|
||||
echo --------------
|
||||
echo "$D";
|
||||
cd $D
|
||||
git pull
|
||||
npm i
|
||||
cd ..
|
||||
done
|
||||
echo Done
|
Loading…
Reference in New Issue
Block a user