bin/mkinfo
author hackbot
Sun, 30 May 2021 00:27:50 +0000
changeset 187 9338b7ba5c97
parent 180 74b55dab8c04
permissions -rwxr-xr-x
<Noisytoot> ` chmod +x /hackenv/bin/python

#!/bin/bash
key=$1; shift; mkdir -p $(dirname "/hackenv/help/$key") && echo "$@" > "/hackenv/help/$key.help"