dotfiles/.local/bin/scripts/lowercase

4 lines
66 B
Plaintext
Raw Normal View History

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