5 lines
No EOL
159 B
Bash
Executable file
5 lines
No EOL
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sed \
|
|
-e 's/"database": "Server=.*;User ID=.*;Password=.*;Database=.*"/"database": "Server=localhost;User ID=user;Password=pass;Database=db"/g' \
|
|
$1 |