From 492503ac01f273bab17ed0ae3142180cf3f907c6 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 17 Mar 2014 01:21:28 +0000 Subject: [PATCH] and remove no longer used gnu_information.sh --- gnu_information.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 gnu_information.sh 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: