Skip to content

Commit

Permalink
fixed for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
stdakov committed Apr 16, 2023
1 parent 63ad6e5 commit d8062b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sshko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if [ "$1" == "" ] || [ $# -gt 1 ]; then
sshHost=${val[$CHOICE]}
echo "$CHOICE You chose ${sshHost}"
ssh ${sshHost}
exit
fi
else
sshHost=$1
Expand All @@ -52,4 +53,5 @@ else
fi

ssh ${sshHost}
exit
fi

0 comments on commit d8062b1

Please sign in to comment.