annotate bin/morse-decode @ 12296:042127c1c142 draft

<fizzie> ` rm /hackenv/bin/bfi; ln -s /hackenv/lib/kps/bfi /hackenv/bin/bfi # no need for actual copies that you can forget to delete though
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 13:28:36 +0000
parents d9bf51fa8cff
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11304
ab489b19b975 <int-e> ` echo \'#! /bin/bash\' > bin/morse-decode; echo \'args_or_input | /hackenv/lib/morse-decode\' >> bin/morse-decode # for sanity
HackBot
parents: 11301
diff changeset
1 #! /bin/bash
11306
d9bf51fa8cff <int-e> sled bin/morse-decode//s=^p[^ ]*=& "$@"=
HackBot
parents: 11305
diff changeset
2 print_args_or_input "$@" | /hackenv/lib/morse-decode