8 lines
No EOL
221 B
Bash
8 lines
No EOL
221 B
Bash
#!/bin/sh
|
|
|
|
sed \
|
|
-e 's/"gitApiEndpoint": ".*"/"gitApiEndpoint": ""/g' \
|
|
-e 's/"gitApiToken": ".*"/"gitApiToken": ""/g' \
|
|
-e 's/"authEndpoint": ".*"/"authEndpoint": ""/g' \
|
|
-e 's/"authApiKey": ".*"/"authApiKey": ""/g' \
|
|
$1 |