diff options
Diffstat (limited to 'abs/extra/google-chrome/google-chrome-stable')
-rw-r--r-- | abs/extra/google-chrome/google-chrome-stable | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/abs/extra/google-chrome/google-chrome-stable b/abs/extra/google-chrome/google-chrome-stable deleted file mode 100644 index e55c822..0000000 --- a/abs/extra/google-chrome/google-chrome-stable +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |