dotfiles/.local/bin/scripts/lowercase

4 lines
66 B
Bash
Executable File

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