summaryrefslogtreecommitdiff
path: root/nya.sh
blob: 424aee71b89d6e4636e63d584914a7e1189de4ee (plain)
1
2
3
4
5
6
#!/bin/zsh

# To debug, uncomment and move >&p to end of line.
coproc nc irc.libera.chat 6667 # |tee /dev/stderr
./miaowe $1 <&p >&p # |tee /dev/stderr
pkill nc