diff --git a/mcm b/mcm index cc1f072..aa25437 100755 --- a/mcm +++ b/mcm @@ -5,6 +5,11 @@ load=$1 cd ~/.minecraft/mods +if [[ $load == "-l" ]]; then + ls . + exit +fi + for modpack in `ls --ignore=*.jar`; do if [ $(ls $modpack | wc -l) -eq 0 ]; then mv *.jar $modpack