cgitsb/tests/filters/dump.sh

5 satır
74 B
Bash
Çalıştırılabilir Dosya

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