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/echo-p
author
hackbot
Sat, 29 May 2021 01:36:47 +0000
changeset 152
1a88e75f59e0
parent 151
53e48673a946
permissions
-rw-r--r--
<cd> bashify /hackenv/bin/info
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
151
53e48673a946
<cd> bashify /hackenv/bin/echo-p
hackbot
parents:
42
diff
changeset
1
#!/bin/bash
42
d7c3af9c8501
echo-p
hackbot
parents:
diff
changeset
2
echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null