diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-16 00:24:21 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-16 00:24:21 +0000 |
commit | f560cce34855dc025f4e858fe6c1ced6930d4c82 (patch) | |
tree | bc21b5a372370b24ac408a2fcfa33615958eb4c6 /_deploy | |
parent | 407e97f91cecaa5b6475eda2396316944a1074e8 (diff) | |
download | troggle-f560cce34855dc025f4e858fe6c1ced6930d4c82.tar.gz troggle-f560cce34855dc025f4e858fe6c1ced6930d4c82.tar.bz2 troggle-f560cce34855dc025f4e858fe6c1ced6930d4c82.zip |
no VScode when pulling everything now
Diffstat (limited to '_deploy')
-rwxr-xr-x | _deploy/wsl/gitpull.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_deploy/wsl/gitpull.sh b/_deploy/wsl/gitpull.sh index 43e7a3c..ad7a45f 100755 --- a/_deploy/wsl/gitpull.sh +++ b/_deploy/wsl/gitpull.sh @@ -2,17 +2,17 @@ echo troggle cd ~/expo/troggle git pull -code . & + echo expoweb cd ../expoweb git pull -code . & + echo drawings cd ../drawings git pull -code . & + cd ../loser echo loser git pull -code . & + cd ../troggle |