Hi! Another minor issue. The script crashes when executing the `ncore` command on macos. I have amended the script with the following, and it works perfectly: ``` <<< CORES=$(nproc) ---- >>> CORES=$(sysctl -n hw.ncpu) ```
Hi!
Another minor issue. The script crashes when executing the
ncorecommand on macos.I have amended the script with the following, and it works perfectly: