aboutsummaryrefslogtreecommitdiff
path: root/chromium-profile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-24 13:01:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-24 13:01:55 -0300
commit15a65d5265ca0e19b5f34ce16afff979126bb7a4 (patch)
tree3cef768ae00eeb3d33bc962459bfa46d41b21be2 /chromium-profile
parent0d9a256fec8cd3a2d696d7d3c34c1ae11730f3e9 (diff)
downloadutils-x11-15a65d5265ca0e19b5f34ce16afff979126bb7a4.tar.gz
utils-x11-15a65d5265ca0e19b5f34ce16afff979126bb7a4.tar.bz2
Arg fix at chromium-profile
Diffstat (limited to 'chromium-profile')
-rwxr-xr-xchromium-profile1
1 files changed, 1 insertions, 0 deletions
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" $*