Compare commits

..

No commits in common. "418dbb3dcbe76b08d763c65dfbee2ad4c8cf1f30" and "84c7883b70865096ff773416e2d3b75b1dcc0070" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -233,10 +233,6 @@ 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 }')