annotate bin/mk @ 5557:a6e433bc0d4e

<shachaf> ` echo \'[[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key"; echo "made \xc2\xab$1\xc2\xbb"\' > bin/mk; chmod +x bin/mk
author HackBot
date Fri, 12 Jun 2015 06:43:13 +0000
parents
children ad1af9f711e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5557
a6e433bc0d4e <shachaf> ` echo \'[[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key"; echo "made \xc2\xab$1\xc2\xbb"\' > bin/mk; chmod +x bin/mk
HackBot
parents:
diff changeset
1 [[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key"; echo "made «$1»"