annotate bin/mke @ 5567:05c18bb36664

<shachaf> mk bin/mk//[[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key"
author HackBot
date Fri, 12 Jun 2015 07:07:49 +0000
parents 35b8e834741e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5565
35b8e834741e <shachaf> mk bin/mke//key=$(mk "$@") && echo "$key" && chmod +x "$key"
HackBot
parents: 5564
diff changeset
1 key=$(mk "$@") && echo "$key" && chmod +x "$key"