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

5 lines
72 B
Shell
Executable file

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