cgitsb/tests/filters/dump.sh

5 lignes
74 B
Bash
Fichiers exécutables

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