Add ascii art collection

This commit is contained in:
2026-04-21 09:33:51 -07:00
parent a6c2b5de40
commit 7b47e38f53
854 changed files with 54462 additions and 0 deletions

7
ascii/fnotify Normal file
View 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)&