Guest User

Untitled

a guest
Aug 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. (ssh mattd@juicebox.io -p 1984 -o PermitLocalCommand=no \
  4. ": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
  5. while read heading message; do \
  6. growlnotify -s -t "${heading}" -m "${message}"; \
  7. #say "${heading} says, ${message}"; \
  8. done)&
Add Comment
Please, Sign In to add comment