]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Arg fix at chromium-profile
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Sep 2017 16:01:55 +0000 (13:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Sep 2017 16:01:55 +0000 (13:01 -0300)
chromium-profile

index c7fb573fef98523043415dabbfe86fe5dc78fec8..513e615d8a84811a68d2e3dfa98146a0bb48b5b7 100755 (executable)
@@ -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" $*