annotate bin/morse-decode @ 12256:821155c00e34 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/culprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:22 +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