4 lines
57 B
Bash
Executable File
4 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed -i -re 's/^(url=)\((.*)\)$/\1\2/g' ${1}
|