bin/echo-p
author hackbot
Sun, 23 May 2021 16:12:00 +0000
changeset 100 648be6279e23
parent 42 d7c3af9c8501
child 151 53e48673a946
permissions -rwxr-xr-x
<\a> ` echo "key=\\$1; shift; mkdir -p \\$(dirname \\"/hackenv/help/\\$key\\") && echo \\"\\$@\\" > \\"/hackenv/help/\\$key.help\\"" > /hackenv/bin/mkinfo
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
hackbot
parents:
diff changeset
     1
echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null