diff options
Diffstat (limited to 'tests/filters/capitalize-stdin.sh')
-rwxr-xr-x | tests/filters/capitalize-stdin.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/filters/capitalize-stdin.sh b/tests/filters/capitalize-stdin.sh deleted file mode 100755 index da6f7a1..0000000 --- a/tests/filters/capitalize-stdin.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -[ "$#" -gt 0 ] && printf "%s " "$*" -tr '[:lower:]' '[:upper:]' |