acme/bin/upper
2017-08-16 19:14:53 +03:00

3 lines
48 B
Bash
Executable file

#!/usr/bin/env bash
tr '[:lower:]' '[:upper:]'