bin/mkinfo
author hackbot
Sun, 30 May 2021 00:40:07 +0000
changeset 190 8689a3276db1
parent 180 74b55dab8c04
permissions -rwxr-xr-x
<cd> ` echo "It\'s cats." > /hackenv/help/best\\ animal.help

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