<cd> bashify /hackenv/bin/mkinfo
authorhackbot
Sat, 29 May 2021 01:37:10 +0000
changeset 156 e09ac1e3c0eb
parent 155 d2727b5ff743
child 157 260b4289d533
<cd> bashify /hackenv/bin/mkinfo
bin/mkinfo
--- a/bin/mkinfo	Sat May 29 01:37:04 2021 +0000
+++ b/bin/mkinfo	Sat May 29 01:37:10 2021 +0000
@@ -1,1 +1,2 @@
+#!/bin/bash
 key=$1; shift; mkdir -p $(dirname "/hackenv/help/$key") && echo "$@" > "/hackenv/help/$key.help"