2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-22 09:57:50 +00:00
cgit/tests/filters/capitalize-stdin.sh
Lukas Fleischer 77ac382607 tests/: Add t0111-filter.sh
This adds basic tests for all types of exec filters.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
2014-01-14 12:01:11 +01:00

4 lines
38 B
Bash
Executable File

#!/bin/sh
tr '[:lower:]' '[:upper:]'