Commit 492503ac01f273bab17ed0ae3142180cf3f907c6

Authored by Georg Hopp
1 parent 068d37f8

and remove no longer used gnu_information.sh

Showing 1 changed file with 0 additions and 15 deletions
1   -#!/bin/dash
2   -
3   -##
4   -# The GNU way for more information
5   -#
6   -
7   -. ./utils.sh
8   -
9   -gather_gnu_information() {
10   - export CPUS=$(${NPROC})
11   -
12   - export CLASSES="${CLASSES}${CPUS}cpus "
13   -}
14   -
15   -# vim: set ts=4 sw=4:
Please register or login to post a comment