Mercurial
Mercurial
>
hellomouse
>
hackbot
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
bin/mkx
author
hackbot
Sat, 22 May 2021 19:25:35 -0500
changeset 35
d8ea7ebbb011
parent 34
0a4478384f76
child 36
aaf70bf1abf0
permissions
-rwxr-xr-x
<cd> ` chmod +x /hackenv/bin/mkx
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
34
0a4478384f76
<cd> ` echo "dir=\\$(echo \\$@ | sed \'s/.*\\/\\/\\///\'); echo \\$@ | sed \'s/\\/\\/\\/.*//\' > \\$dir && chmod +x \\$dir" > /hackenv/bin/mkx
hackbot
parents:
33
diff
changeset
1
dir=$(echo $@ | sed 's/.*\/\/\///'); echo $@ | sed 's/\/\/\/.*//' > $dir && chmod +x $dir