changeset 12443:d5df3e14bbe3 draft

<int-e> ` ( echo \'#! /bin/bash\'; echo \'print_args_or_input "$@" | $HACKENV/tmp/Burlesque/blsq --file-no-stdin /dev/stdin\' ) > $HACKENV/bin/blsq; cat $HACKENV/bin/blsq
author HackEso <hackeso@esolangs.org>
date Wed, 22 Dec 2021 03:50:26 +0000
parents 9afc8d5d682f
children 9d45bc88c89e
files bin/blsq
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/blsq	Wed Dec 22 03:48:54 2021 +0000
+++ b/bin/blsq	Wed Dec 22 03:50:26 2021 +0000
@@ -1,2 +1,2 @@
 #! /bin/bash
-print_args_or_input | $HACKENV/tmp/Burlesque/blsq --file-no-stdin /dev/stdin
+print_args_or_input "$@" | $HACKENV/tmp/Burlesque/blsq --file-no-stdin /dev/stdin