forked from Github_Repos/cvw
3 lines
30 B
Bash
3 lines
30 B
Bash
|
#!/bin/sh
|
||
|
sed -i 's/ /_/g' $1
|