12 lines
175 B
Fish
Executable file
12 lines
175 B
Fish
Executable file
#!/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
|