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