dotfiles/slackware/home/bin/scripts/catloop

13 lines
175 B
Text
Raw Normal View History

2022-07-31 12:57:31 -04:00
#!/usr/bin/fish
while true
catgirl \
-h dump.town \
-t client.pem \
-u "bl0rt/"$argv \
-w (pass znc) \
-H 8,15 \
-N notify-send \
-s $argv
end