dotfiles/.local/bin/scripts/lowercase

4 lines
66 B
Text
Raw Normal View History

2021-10-31 20:27:18 +01:00
#!/bin/sh
# Lowercase given files
perl-rename 'y/A-Z /a-z-/' "$@"