#!/usr/bin/env bash

# Open Google Chrome with the user's default Chrome Profile.
#
# "chrome_path" is replaced with the user's Google Chrome path by the 
# Python script. The Python script also makes this file executable.


"chrome_path" --args --new-window --user-data-dir="$HOME/Library/Application Support/Google/Chrome/"
