From: Silvio Rhatto Date: Sun, 24 Sep 2017 16:01:55 +0000 (-0300) Subject: Arg fix at chromium-profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=15a65d5265ca0e19b5f34ce16afff979126bb7a4;p=utils-x11.git Arg fix at chromium-profile --- diff --git a/chromium-profile b/chromium-profile index c7fb573..513e615 100755 --- a/chromium-profile +++ b/chromium-profile @@ -10,6 +10,7 @@ if [ -z "$1" ]; then fi PROFILE="~/.config/chromium-profiles/$1" +shift if which chromium 2> /dev/null; then CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $*