annotate bin/mke @ 5564:bd2306290d78

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