envwrapper.sh 49 B

123
  1. #!/bin/bash
  2. export NUM_WORKERS=$(($(nproc)*3))
  3. $*