summaryrefslogtreecommitdiffstats
path: root/abs/extra/google-chrome/google-chrome-stable
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/google-chrome/google-chrome-stable')
-rw-r--r--abs/extra/google-chrome/google-chrome-stable9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/google-chrome/google-chrome-stable b/abs/extra/google-chrome/google-chrome-stable
new file mode 100644
index 0000000..b3b1e77
--- /dev/null
+++ b/abs/extra/google-chrome/google-chrome-stable
@@ -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