<cd> bashify /hackenv/bin/mk
authorhackbot
Sat, 29 May 2021 01:37:12 +0000
changeset 157 260b4289d533
parent 156 e09ac1e3c0eb
child 158 40bdb32c3e7c
<cd> bashify /hackenv/bin/mk
bin/mk
--- a/bin/mk	Sat May 29 01:37:10 2021 +0000
+++ b/bin/mk	Sat May 29 01:37:12 2021 +0000
@@ -1,1 +1,2 @@
+#!/bin/bash
 [[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key"
\ No newline at end of file