From: Silvio Rhatto Date: Wed, 15 Mar 2017 16:05:46 +0000 (-0300) Subject: Updates metadot X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=43e7fad164fd761357fb21e0727de6b9f3e172d9;p=metadot.git Updates metadot --- diff --git a/metadot b/metadot index eef7274..4e590a8 100755 --- a/metadot +++ b/metadot @@ -196,6 +196,9 @@ elif [ "$OPT" == "load" ] || [ "$OPT" == "deps" ]; then if [ "$OPT" == "load" ]; then echo "Backups saved at $BACKUPS." fi +elif [ "$OPT" == "load-bundle" ] || [ "$OPT" == "deps-bundle" ]; then + shift + # TODO elif [ "$OPT" == "list" ]; then # Complete, slow version #find $HOME -lname '*.dotfiles*' -exec ls -la {} | \