diff --git a/gnu_information.sh b/gnu_information.sh deleted file mode 100755 index 27712cc..0000000 --- a/gnu_information.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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: