mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-18 14:32:19 +00:00
no VScode when pulling everything now
This commit is contained in:
parent
407e97f91c
commit
f560cce348
@ -2,17 +2,17 @@
|
|||||||
echo troggle
|
echo troggle
|
||||||
cd ~/expo/troggle
|
cd ~/expo/troggle
|
||||||
git pull
|
git pull
|
||||||
code . &
|
|
||||||
echo expoweb
|
echo expoweb
|
||||||
cd ../expoweb
|
cd ../expoweb
|
||||||
git pull
|
git pull
|
||||||
code . &
|
|
||||||
echo drawings
|
echo drawings
|
||||||
cd ../drawings
|
cd ../drawings
|
||||||
git pull
|
git pull
|
||||||
code . &
|
|
||||||
cd ../loser
|
cd ../loser
|
||||||
echo loser
|
echo loser
|
||||||
git pull
|
git pull
|
||||||
code . &
|
|
||||||
cd ../troggle
|
cd ../troggle
|
||||||
|
Loading…
Reference in New Issue
Block a user