Currently, I have some flag -x, along with some others:
-x
while getopts abcx opt; do case $opt in a) a=true; ;; b) b=true; ;; c) c=tr