#!/bin/dash . ./utils.sh include_once host_information.sh include_once dist_information.sh include_once cpu_information.sh include_once interface_information.sh gather_information() { gather_host_info gather_dist_info gather_cpu_info gather_interface_info } # vim: set ts=4 sw=4: