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