cgitsb/tests/filters/capitalize-stdin.sh

4 lines
38 B
Bash
Executable File

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