Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 418dbb3dcb - Show all commits

View File

@ -233,6 +233,10 @@ function riva() {
waypipe ssh -t riva env REMOTE_PATH="$(pwd)" "zsh --login"
}
function kell() {
waypipe ssh -t kell env REMOTE_PATH="$(pwd)" "zsh --login"
}
if [ "$SSH_CLIENT" ]
then
source_port=$(echo $SSH_CLIENT | awk '{ print $2 }')