ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/sysinfo/sysinfo.cc
Revision: 1.1
Committed: Tue Nov 7 17:56:45 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Log Message:
Main method for the load and hostname classes.

File Contents

# User Rev Content
1 tdb 1.1 #include "hostname.hh"
2     #include "load.hh"
3    
4     int main() {
5     printHostname();
6     printLoad();
7     return 0;
8     }