Created
April 5, 2017 16:00
-
-
Save imankulov/1637338a7f84a94f720a60b0eafa6f4b to your computer and use it in GitHub Desktop.
How to run a Google Chrome under Mac OS with a different timezone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export TZ='Europe/Moscow' | |
exec open -na "Google Chrome" --args "--user-data-dir=$HOME/chrome-profile" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks this was helpful