13 lines
175 B
Text
13 lines
175 B
Text
|
|
#!/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
|