annotate bin/mk @ 5598:523faa310ad7

<shachaf> ` mv bin/mk{e,x}
author HackBot
date Wed, 17 Jun 2015 01:48:57 +0000
parents 05c18bb36664
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5567
05c18bb36664 <shachaf> mk bin/mk//[[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key"
HackBot
parents: 5563
diff changeset
1 [[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key"