#!/bin/dash ## # The GNU way for more information # . ./utils.sh gather_gnu_information() { export CPUS=$(${NPROC}) export CLASSES="${CLASSES}${CPUS}cpus " } # vim: set ts=4 sw=4: