forked from Github_Repos/cvw
3 lines
36 B
Bash
3 lines
36 B
Bash
|
#!/bin/sh
|
||
|
sed -i 's/[A-Z]/\L&/g' $1
|