From 9083b14f317c0e240fba14f85291ad11fd0fd530 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Mon, 7 Sep 2015 18:07:33 +0000
Subject: google-chrome: add in launcher file

---
 abs/extra/google-chrome/google-chrome-stable | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 abs/extra/google-chrome/google-chrome-stable

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
-- 
cgit v0.12