cgitsb/tests/filters/dump.sh

5 行
74 B
Bash
実行ファイル

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