summaryrefslogtreecommitdiffstats
path: root/abs/extra/google-chrome/google-chrome-stable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/google-chrome/google-chrome-stable.sh')
-rw-r--r--abs/extra/google-chrome/google-chrome-stable.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/google-chrome/google-chrome-stable.sh b/abs/extra/google-chrome/google-chrome-stable.sh
new file mode 100644
index 0000000..e55c822
--- /dev/null
+++ b/abs/extra/google-chrome/google-chrome-stable.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# Allow users to override command-line options
+if [[ -f ~/.config/chrome-flags.conf ]]; then
+ CHROME_USER_FLAGS="$(cat ~/.config/chrome-flags.conf)"
+fi
+
+# Launch
+exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@" \ No newline at end of file