From 0544b563c7afaa0b40ee91c937ef1e90b7b3afdc Mon Sep 17 00:00:00 2001 From: angelic-sedition Date: Wed, 18 Feb 2015 04:08:38 -0500 Subject: [PATCH] add 'M' to getopts line (forgot to) also, fire alarms are fun --- tdrop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrop b/tdrop index 230577f..daf035b 100755 --- a/tdrop +++ b/tdrop @@ -57,7 +57,7 @@ clearwid=false cancel_auto_show=true term=${*:0-1} auto_detect_wm=false -while getopts :h:w:x:y:s:n:p:P:O:d:-:Wa opt +while getopts :h:w:x:y:s:n:p:P:M:O:d:-:Wa opt do case $opt in h) height=$OPTARG;;