changeset 11304:ab489b19b975

<int-e> ` echo \'#! /bin/bash\' > bin/morse-decode; echo \'args_or_input | /hackenv/lib/morse-decode\' >> bin/morse-decode # for sanity
author HackBot
date Fri, 05 Jan 2018 00:55:01 +0000
parents 8148e08b1d55
children 497777b40937
files bin/morse-decode
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/morse-decode	Fri Jan 05 00:54:51 2018 +0000
+++ b/bin/morse-decode	Fri Jan 05 00:55:01 2018 +0000
@@ -1,1 +1,2 @@
-#!/hackenv/bin/shebang_args_or_input /hackenv/lib/morse-decode
+#! /bin/bash
+args_or_input | /hackenv/lib/morse-decode