cgitsb/tests/filters/dump.sh

5 linhas
74 B
Bash
Arquivo executável

#!/bin/sh
[ "$#" -gt 0 ] && printf "%s " "$*"
tr '[:lower:]' '[:upper:]'