3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sed -i "s/http:\/\/precice.org/https:\/\/precice.org/g" "$@"
|