Closed dbosk closed 7 years ago
For some reason the script hangs at 100% CPU-usage if "$@" is passed to getopt(1) instead of $*, why?
It was caused by the list of arguments never reaching zero.
For some reason the script hangs at 100% CPU-usage if "$@" is passed to getopt(1) instead of $*, why?