From 72d657815b4e4bc2a8a0de5301cea06c991b3cd4 Mon Sep 17 00:00:00 2001 From: Laura Date: Thu, 5 Jan 2023 15:13:43 +0100 Subject: Initial commit --- nya.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 nya.sh (limited to 'nya.sh') diff --git a/nya.sh b/nya.sh new file mode 100755 index 0000000..424aee7 --- /dev/null +++ b/nya.sh @@ -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 -- cgit v1.2.3