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:36:22 -0500
changeset 43
bd71706947b7
parent 36
aaf70bf1abf0
permissions
-rwxr-xr-x
<cd> ` chmod +x /hackenv/bin/echo-p
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
36
aaf70bf1abf0
<cd> ` echo "dir=\\$(echo \\$@ | sed \'s/.*\\/\\/\\///\'); echo \\$@ | sed \'s/\\/\\/\\/.*//\' > \\$(\\$dir) && chmod +x \\$dir" > /hackenv/bin/mkx
hackbot
parents:
34
diff
changeset
1
dir=$(echo $@ | sed 's/.*\/\/\///'); echo $@ | sed 's/\/\/\/.*//' > $($dir) && chmod +x $dir