A collection of shell function for provisioning tasks.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
187 B

#!/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: