comparison bin/# @ 10544:4d6bdc52912d

<oerjan> sled bin/#//3,$cnur "${1#*$sep}"
author HackBot
date Thu, 30 Mar 2017 01:52:28 +0000
parents f0f99c1c5cd5
children
comparison
equal deleted inserted replaced
10543:87c952d52727 10544:4d6bdc52912d
1 sep='//`' 1 sep='//`'
2 [[ "$1" == ?*"$sep"* ]] || { echo 'Usage: `# <comment>'"$sep"'<command>' >&2 ; exit 1; } 2 [[ "$1" == ?*"$sep"* ]] || { echo 'Usage: `# <comment>'"$sep"'<command>' >&2 ; exit 1; }
3 command="${1#*$sep}" 3 nur "${1#*$sep}"
4 "${command%% *}" "${command#* }"