cgitsb/tests/filters/dump.sh

5 行
74 B
Bash
可执行文件

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