mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
3 lines
36 B
Bash
3 lines
36 B
Bash
|
#!/bin/sh
|
||
|
sed -i 's/[A-Z]/\L&/g' $1
|