diff options
Diffstat (limited to 'tools/each')
| -rwxr-xr-x | tools/each | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +set -e + if [ -z "$1" ]; then echo "Usage: $0 <command>" echo "" |
![]() |
index : pipetools.git | |
| A collection of familiar and intuitive shell tools for processing text data in a pipeline | Git Server |
| aboutsummaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | tools/each | 2 |
@@ -1,5 +1,7 @@ #!/bin/sh +set -e + if [ -z "$1" ]; then echo "Usage: $0 <command>" echo "" |