This website requires JavaScript.
Explore
Help
Sign In
Spacebar
/
spacebarchat
Watch
1
Star
0
Fork
0
You've already forked spacebarchat
mirror of
https://github.com/spacebarchat/spacebarchat.git
synced
2024-11-14 22:52:28 +01:00
Code
Issues
Releases
Activity
af84336c6e
spacebarchat
/
scripts
/
update
/
update-git.sh
10 lines
105 B
Bash
Raw
Normal View
History
Unescape
Escape
Rename update-git.sh to update-git2.sh
2021-05-01 17:15:44 +02:00
echo
Update files...
Update update-git.sh
2021-05-01 18:47:25 +02:00
cd
..
Add discord rpc and npm
2021-05-01 16:26:50 +02:00
for
D in */
;
do
echo
--------------
echo
"
$D
"
;
cd
$D
Update update-git.sh
2021-05-01 18:27:48 +02:00
git sync
Add discord rpc and npm
2021-05-01 16:26:50 +02:00
cd
..
done
Copy Permalink