From f3696d311331e86a72c5cae2e42e66ebc51dcd6a Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Sun, 1 Mar 2026 12:41:17 -0500 Subject: Allow spaces in tsarc arguments --- tsarc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsarc') diff --git a/tsarc b/tsarc index 26754b2..f053d07 100755 --- a/tsarc +++ b/tsarc @@ -1,2 +1,3 @@ #! /bin/sh -echo "$*" > /tmp/tsarc.pipe +printf "%s\201" "$@" > /tmp/tsarc.pipe + -- cgit v1.3-2-g0d8e