view bin/mk @ 11811:eccd6dfb4d39 draft

<fizzie> learn The password of the month has been replaced with a security key for protection against advanced persistent threats.
author HackEso <hackeso@esolangs.org>
date Wed, 01 May 2019 21:48:29 +0000
parents c989a1669243
children
line wrap: on
line source

[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key"