| #!/bin/bash
|
|
|
| binary="C:\\Users\\$(whoami)\\AppData\\Local\\Chromium\\Application\\chrome.exe"
|
| oauth2_client_id="77185425430.apps.googleusercontent.com"
|
| oauth2_client_secret="OTJgUOQcT7lO7GsGZq2G4IlT"
|
|
|
| arguments="--oauth2-client-id=$oauth2_client_id --oauth2-client-secret=$oauth2_client_secret"
|
|
|
| ./runwithargs.sh $binary \"$arguments\"
|