diff options
| author | iamcheeseman <[hidden email]> | 2026-03-01 12:41:17 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-01 12:41:17 -0500 |
| commit | f3696d311331e86a72c5cae2e42e66ebc51dcd6a (patch) | |
| tree | b4e74c23fd64f2ecf6481c7f23c8607d268afda8 /tsarc | |
| parent | a22baf4ba2ab78dfe0c5bbd74c9f6fef5aa35f5d (diff) | |
Allow spaces in tsarc arguments
Diffstat (limited to 'tsarc')
| -rwxr-xr-x | tsarc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ #! /bin/sh -echo "$*" > /tmp/tsarc.pipe +printf "%s\201" "$@" > /tmp/tsarc.pipe + |
