mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +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
|