Guest User

Untitled

a guest
Jan 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function eb() {
  2. if [[ $# > 0 && $1 == "ssh" ]]; then
  3. "$(which eb)" ssh -e "$(which ebssh.py)" "${@:2}"
  4. else
  5. "$(which eb)" "$@"
  6. fi
  7. }
Add Comment
Please, Sign In to add comment