bin/mkx
author hackbot
Sat, 29 May 2021 20:06:10 +0000
changeset 172 96b5829df78d
parent 158 40bdb32c3e7c
permissions -rwxr-xr-x
<cd> ` cp give ../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"