|
@ -29,4 +29,5 @@ arch = `uname -m` |
|
|
# Print Information |
|
|
# Print Information |
|
|
puts "Internet: " + network |
|
|
puts "Internet: " + network |
|
|
puts "Hostname: " + System.hostname |
|
|
puts "Hostname: " + System.hostname |
|
|
puts "Archtecture: " + arch |
|
|
|
|
|
|
|
|
puts "Archtecture: " + arch |
|
|
|
|
|
puts "Core Count: " + System.cpu_count.to_s |