mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-25 22:14:27 +00:00
3 lines
30 B
Bash
3 lines
30 B
Bash
|
#!/bin/sh
|
||
|
sed -i 's/ /_/g' $1
|