mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
WSL useful script
This commit is contained in:
parent
12293e4513
commit
973f9bedd5
18
_deploy/wsl/gitpull.sh
Normal file
18
_deploy/wsl/gitpull.sh
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
echo troggle
|
||||||
|
cd ~/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
|
Loading…
Reference in New Issue
Block a user