diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-11 21:32:36 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-11 21:32:36 +0000 |
commit | 2bebc781a114d658c334e613394f1087963802b0 (patch) | |
tree | ea96485aee5ba30b67da2f329967825a85a69849 /_deploy/wsl/gitpull.sh | |
parent | 8c91d2f47d78d5cd42c64471a8cd5836562ce98e (diff) | |
download | troggle-2bebc781a114d658c334e613394f1087963802b0.tar.gz troggle-2bebc781a114d658c334e613394f1087963802b0.tar.bz2 troggle-2bebc781a114d658c334e613394f1087963802b0.zip |
making os-trog.sh work on WSL/Ubuntu24.04
Diffstat (limited to '_deploy/wsl/gitpull.sh')
-rwxr-xr-x[-rw-r--r--] | _deploy/wsl/gitpull.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_deploy/wsl/gitpull.sh b/_deploy/wsl/gitpull.sh index af5eb3d..43e7a3c 100644..100755 --- a/_deploy/wsl/gitpull.sh +++ b/_deploy/wsl/gitpull.sh @@ -1,6 +1,6 @@ #! /bin/bash echo troggle -cd ~/troggle +cd ~/expo/troggle git pull code . & echo expoweb |