updated by /home/nico/bin/sync-all-repos on nb3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
parent
31b8abca50
commit
0b7ba88068
1 changed files with 1 additions and 1 deletions
2
vpn.sh
2
vpn.sh
|
@ -9,7 +9,7 @@ case "$1" in
|
|||
vpnc --no-detach "$1"
|
||||
;;
|
||||
uzhvnc)
|
||||
pkill -f 5999:localhost:5900
|
||||
pkill -f 5999:localhost:5900 || true
|
||||
ssh -L5999:localhost:5900 -f -N uzh-macmini-ipv4
|
||||
pass git co master
|
||||
pass uzh/macmini/vnc-password -c
|
||||
|
|
Loading…
Reference in a new issue