]> gitweb.fluxo.info Git - metadot.git/commitdiff
Updates metadot
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 15 Mar 2017 16:05:46 +0000 (13:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 15 Mar 2017 16:05:46 +0000 (13:05 -0300)
metadot

diff --git a/metadot b/metadot
index eef72748bf64e8079d6ec59a9bfb535c21ad267c..4e590a846d22b585d2cbd4ac33580fd6b6a06c3e 100755 (executable)
--- 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 {} | \