changeset 12441:0b7fdb338788 draft

<int-e> ` sed -i "s=//=\\n=g" /hackenv/bin/blsq
author HackEso <hackeso@esolangs.org>
date Wed, 22 Dec 2021 03:40:34 +0000
parents d802d344cd6d
children 9afc8d5d682f
files bin/blsq
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/blsq	Wed Dec 22 03:39:29 2021 +0000
+++ b/bin/blsq	Wed Dec 22 03:40:34 2021 +0000
@@ -1,1 +1,2 @@
-#!/bin/bash//$HACKENV/tmp/Burlesque/blsq --no-stdin "$(print_args_or_input)"
+#!/bin/bash
+$HACKENV/tmp/Burlesque/blsq --no-stdin "$(print_args_or_input)"