dotfiles/.local/bin/scripts/lowercase
2021-10-31 20:27:18 +01:00

3 lines
66 B
Bash
Executable file

#!/bin/sh
# Lowercase given files
perl-rename 'y/A-Z /a-z-/' "$@"