bin/mkx
author hackbot
Sat, 29 May 2021 01:54:18 +0000
changeset 167 f92dd652c469
parent 158 40bdb32c3e7c
permissions -rwxr-xr-x
<cd> rm /hackenv/listing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
158
40bdb32c3e7c <cd> bashify /hackenv/bin/mkx
hackbot
parents: 46
diff changeset
     1
#!/bin/bash
44
63c2e627a396 <cd> mk mkx//key=$(mk "$@") && echo "$key" && chmod +x "$key"
hackbot
parents:
diff changeset
     2
key=$(mk "$@") && echo "$key" && chmod +x "$key"