This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e74af0904b
dotfiles
/
.local
/
bin
/
scripts
/
lowercase
4 lines
66 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Lowercase given files
perl-rename
'y/A-Z /a-z-/'
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink