bin/mkinfo
author hackbot
Sat, 29 May 2021 01:37:17 +0000
changeset 158 40bdb32c3e7c
parent 156 e09ac1e3c0eb
permissions -rw-r--r--
<cd> bashify /hackenv/bin/mkx
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
156
e09ac1e3c0eb <cd> bashify /hackenv/bin/mkinfo
hackbot
parents: 100
diff changeset
     1
#!/bin/bash
100
648be6279e23 <\a> ` echo "key=\\$1; shift; mkdir -p \\$(dirname \\"/hackenv/help/\\$key\\") && echo \\"\\$@\\" > \\"/hackenv/help/\\$key.help\\"" > /hackenv/bin/mkinfo
hackbot
parents:
diff changeset
     2
key=$1; shift; mkdir -p $(dirname "/hackenv/help/$key") && echo "$@" > "/hackenv/help/$key.help"