bin/mkx
author hackbot
Sat, 29 May 2021 20:57:15 +0000
changeset 176 3fb63b8365f9
parent 158 40bdb32c3e7c
permissions -rwxr-xr-x
<cd> ` cp shrug ../bin
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"