comparison bin/msg @ 10475:3edae8285d40

<oerjan> fetch bin/msg https://hackego.esolangs.org/get/bin/slashlearn
author HackBot
date Tue, 21 Mar 2017 15:07:17 +0000
parents
children
comparison
equal deleted inserted replaced
10474:98c041807495 10475:3edae8285d40
1 sep='//`'
2 [[ "$1" == ?*"$sep"* ]] || { echo 'Usage: `msg <comment>'"$sep"'<command>' >&2 ; exit 1; }
3 command="${1#*$sep}"
4 "${command%% *}" "${command#* }"