From f147a29a979dfcf55edfc040d1dce71bb7516046 Mon Sep 17 00:00:00 2001 From: Xfnw knuu Date: Fri, 1 Jan 2021 14:12:19 -0500 Subject: [PATCH] fix complaining about spaces in filler --- banter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banter.py b/banter.py index a416330..33ac9a8 100755 --- a/banter.py +++ b/banter.py @@ -1,5 +1,5 @@ #!/bin/sh -''''exec /usr/bin/env python3 -u "$0" $@ #''' +''''exec /usr/bin/env python3 -u "$0" "$@" #''' __doc__ = 'little script to make irc color art that will probably get you banned' # whee, look at this sus shebang workaround to always cause # unbuffered mode lol