#!/bin/dash ## # This creates function that will gather some system informations # and propagate them as environment variables. # . ./utils.sh include_once system_information.sh echo "foo ${NPROC}" CPUS=$(${NPROC}) export CLASSES="${CLASSES}${CPUS}cpus " # vim: set ts=4 sw=4: