cgitsb/tests/filters/dump.sh

5 líneas
74 B
Bash
Archivo Ejecutable

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