# HG changeset patch # User HackBot # Date 1515113701 0 # Node ID ab489b19b9753551562259ab9ca60a143fe2e0ca # Parent 8148e08b1d5590eeff399ae3c3bacddba51a780f ` echo \'#! /bin/bash\' > bin/morse-decode; echo \'args_or_input | /hackenv/lib/morse-decode\' >> bin/morse-decode # for sanity diff -r 8148e08b1d55 -r ab489b19b975 bin/morse-decode --- 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