#!/bin/sh # protect against missing 'nproc' if [ -x "$(command -v nproc)" ]; then export MAKEOPTS="-j$(nproc)" fi