summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-12-16 00:24:21 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-12-16 00:24:21 +0000
commitf560cce34855dc025f4e858fe6c1ced6930d4c82 (patch)
treebc21b5a372370b24ac408a2fcfa33615958eb4c6
parent407e97f91cecaa5b6475eda2396316944a1074e8 (diff)
downloadtroggle-f560cce34855dc025f4e858fe6c1ced6930d4c82.tar.gz
troggle-f560cce34855dc025f4e858fe6c1ced6930d4c82.tar.bz2
troggle-f560cce34855dc025f4e858fe6c1ced6930d4c82.zip
no VScode when pulling everything now
-rwxr-xr-x_deploy/wsl/gitpull.sh8
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