bin/mkx
author hackbot
Sat, 29 May 2021 01:38:07 +0000
changeset 164 dd0b29aa70a3
parent 158 40bdb32c3e7c
permissions -rw-r--r--
<cd> bashify /hackenv/bin/welcome
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"