Explorar el Código

Added Architecure to output

master
Marcel Haazen hace 5 años
padre
commit
c508f0aee7
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      monitor.cr

+ 5
- 1
monitor.cr Ver fichero

@ -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

Cargando…
Cancelar
Guardar