Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/bin/upcase

5 lines
72 B
Shell
Executable file

#!/usr/bin/env bash
set -euo pipefail
exec tr '[:lower:]' '[:upper:]'