1
0
Fork 0
mirror of https://github.com/luzifer-aur/google-chrome-dev.git synced 2025-03-23 01:01:54 +00:00
google-chrome-dev/google-chrome-unstable

9 lines
262 B
Text
Raw Normal View History

#!/bin/bash
# Allow users to override command-line options
if [[ -f ~/.config/chrome-dev-flags.conf ]]; then
CHROME_USER_FLAGS="$(cat ~/.config/chrome-dev-flags.conf)"
fi
# Launch
exec /opt/google/chrome-unstable/google-chrome-unstable $CHROME_USER_FLAGS $@