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