bin/mkx
author hackbot
Sat, 29 May 2021 20:07:06 +0000
changeset 173 1834274a499b
parent 158 40bdb32c3e7c
permissions -rwxr-xr-x
<cd> ` bashify $(which give)
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"