Ver código fonte

Added Architecure to output

master
Marcel Haazen 5 anos atrás
pai
commit
c508f0aee7
1 arquivos alterados com 5 adições e 1 exclusões
  1. +5
    -1
      monitor.cr

+ 5
- 1
monitor.cr Ver arquivo

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

Carregando…
Cancelar
Salvar