aboutsummaryrefslogtreecommitdiff
path: root/metadot
diff options
context:
space:
mode:
Diffstat (limited to 'metadot')
-rwxr-xr-xmetadot4
1 files changed, 3 insertions, 1 deletions
diff --git a/metadot b/metadot
index f2bb2d7..8d8a4e5 100755
--- a/metadot
+++ b/metadot
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# metadot: a dotfile manager
+# metadot: a dotfile management system
#
# Parameters
@@ -75,6 +75,8 @@ function metadot_load {
if [ -z "$OPT" ]; then
echo "usage: $BASENAME <option> [arguments]"
exit 1
+elif [ "$OPT" == "ls" ]; then
+ ls -1 $MODULES
elif [ "$OPT" == "update" ]; then
( cd $DOT && git pull origin master && git submodule update --init )
elif [ "$OPT" == "load" ]; then