diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-15 13:05:46 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-15 13:05:46 -0300 |
| commit | 43e7fad164fd761357fb21e0727de6b9f3e172d9 (patch) | |
| tree | 175ae30bd420b4d311944e0f0aa14b86e97ef904 | |
| parent | 09b550f0af2ee333558887aa19041cfbe6bbeb27 (diff) | |
| download | metadot-43e7fad164fd761357fb21e0727de6b9f3e172d9.tar.gz metadot-43e7fad164fd761357fb21e0727de6b9f3e172d9.tar.bz2 | |
Updates metadot
| -rwxr-xr-x | metadot | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 {} | \ |
