aboutsummaryrefslogtreecommitdiff
path: root/chromium-extensions
blob: 967b8c9fe588d937bf4865cf1d4dddf5511d45a7 (plain)
1
2
3
4
5
6
7
#
# Wrapper around chromium to enable extensions
#

if which chromium 2> /dev/null; then
  CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium
fi