Browse Source

and remove no longer used gnu_information.sh

master
Georg Hopp 12 years ago
parent
commit
492503ac01
  1. 15
      gnu_information.sh

15
gnu_information.sh

@ -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:
Loading…
Cancel
Save