diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-28 16:18:45 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-28 16:18:45 +0400 |
commit | 4c05a8362597dba04d8ea7690367ee09915ae6e6 (patch) | |
tree | de34503aa1d9a9899147dad5df7f62a97d5eb3c4 /scripts/qw | |
parent | 29ad30d2ebd0b9363623b691ed0c9b68962c13b3 (diff) |
scripts: small style update
Diffstat (limited to 'scripts/qw')
-rwxr-xr-x | scripts/qw | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,5 +50,6 @@ while getopts "cr:h" option ;do h) help; exit 0;; *) err "Try '${0} -h' for help." ;; + esac done |