index
:
pipetools.git
main
A collection of familiar and intuitive shell tools for processing text data in a pipeline
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
map
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 'tools/map')
-rwxr-xr-x
tools/map
2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/map b/tools/map
index 8c4e5ef..2862a62 100755
--- a/
tools/map
+++ b/
tools/map
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
if [ -z "$1" ]; then
echo "Usage: $0 <expr>"
echo ""