annotate bin/blsq @ 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12442
9afc8d5d682f <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
HackEso <hackeso@esolangs.org>
parents: 12441
diff changeset
1 #! /bin/bash
12443
d5df3e14bbe3 <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
HackEso <hackeso@esolangs.org>
parents: 12442
diff changeset
2 print_args_or_input "$@" | $HACKENV/tmp/Burlesque/blsq --file-no-stdin /dev/stdin