diff options
author | Laura <the-ceo-of-antifa@protonmail.com> | 2023-01-05 15:13:43 +0100 |
---|---|---|
committer | Laura <the-ceo-of-antifa@protonmail.com> | 2023-01-05 15:13:43 +0100 |
commit | 72d657815b4e4bc2a8a0de5301cea06c991b3cd4 (patch) | |
tree | b6c1630fa230f75fec67c1e44ee576a7199a1d17 /nya.sh | |
download | miaowe-72d657815b4e4bc2a8a0de5301cea06c991b3cd4.tar.gz miaowe-72d657815b4e4bc2a8a0de5301cea06c991b3cd4.zip |
Initial commit
Diffstat (limited to 'nya.sh')
-rwxr-xr-x | nya.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,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 |