diff --git a/home/bin/rofi_run b/home/bin/rofi_run index de61c73c..17064bc5 100755 --- a/home/bin/rofi_run +++ b/home/bin/rofi_run @@ -31,7 +31,7 @@ usage() { EOF } -for arg in "$@"; do +for arg in $@; do case $arg in -h|--help) usage; exit 0 ;; -v|--version) echo -e "$NAME -- Version $VER"; exit 0 ;;