changeset 12442:9afc8d5d682f 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:48:54 +0000
parents 0b7fdb338788
children d5df3e14bbe3
files bin/blsq
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/blsq	Wed Dec 22 03:40:34 2021 +0000
+++ b/bin/blsq	Wed Dec 22 03:48:54 2021 +0000
@@ -1,2 +1,2 @@
-#!/bin/bash
-$HACKENV/tmp/Burlesque/blsq --no-stdin "$(print_args_or_input)"
+#! /bin/bash
+print_args_or_input | $HACKENV/tmp/Burlesque/blsq --file-no-stdin /dev/stdin