index
:
utils.git
master
Some useful commands, and some less useful ones. With manuals.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'bin')
-rwxr-xr-x
bin/map
2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/map b/bin/map
index ec514ad..37ac34e 100755
--- a/
bin/map
+++ b/
bin/map
@@ -7,5 +7,5 @@ else f(){ eval "$fn" "$1";}
fi
shift
for x in "$@"
-do f "$x"
+do f "${x@Q}"
done