mirror of https://github.com/tiyn/dotfiles
parent
120b43ea4d
commit
a992f34cbb
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
[ -z "$1" ] && (echo "Error: missing argument (what to remain)" && exit)
|
||||
rename 'y/[A-Z]/[a-z]/; s/Ö/oe/; s/Ä/ae/; s/Ü/ue/; s/ß/ss/' $1
|
Loading…
Reference in new issue