diff options
-rwxr-xr-x | t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ unset KILL SPAWN MODE="t" -while getopts "-tr" o; do case "${o}" in +while getopts "tr-" o; do case "${o}" in t) MODE="t" ;; r) MODE="r" ;; -) break ;; |
![]() |
index : scripts.git | |
A collection of scripts I have written, with the hope that someone may find them useful. | ZachIR |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | t | 2 |
@@ -4,7 +4,7 @@ unset KILL SPAWN MODE="t" -while getopts "-tr" o; do case "${o}" in +while getopts "tr-" o; do case "${o}" in t) MODE="t" ;; r) MODE="r" ;; -) break ;; |