1
0
Fork 0
dotfiles/bin/downcase

5 lines
72 B
Bash
Executable file

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