Add ascii art collection
This commit is contained in:
7
ascii/fnotify
Normal file
7
ascii/fnotify
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
(ssh adelcambre@screen_host -o PermitLocalCommand=no \
|
||||
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
|
||||
while read heading message; do \
|
||||
growlnotify -t "${heading}" -m "${message}"; \
|
||||
done)&
|
||||
Reference in New Issue
Block a user