Parcourir la source

Added Architecure to output

master
Marcel Haazen il y a 5 ans
Parent
révision
c508f0aee7
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      monitor.cr

+ 5
- 1
monitor.cr Voir le fichier

@ -23,6 +23,10 @@ rescue errno
network = "Disconnected"
end
# Architecture Command
arch = `uname -m`
# Print Information
puts "Internet: " + network
puts "Hostname: " + System.hostname
puts "Hostname: " + System.hostname
puts "Archtecture: " + arch

Chargement…
Annuler
Enregistrer