| author | hackbot |
| Sat, 29 May 2021 19:39:00 +0000 | |
| changeset 171 | 85bd793038ba |
| parent 156 | e09ac1e3c0eb |
| permissions | -rwxr-xr-x |
| 156 | 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" |