diff options
Diffstat (limited to 'nya.sh')
-rwxr-xr-x | nya.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,8 +15,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +binary=$( readlink -f miaowe ) # 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 +(cd $2 && exec $binary $1) <&p >&p # |tee /dev/stderr pkill nc |