Przeglądaj źródła

Added Architecure to output

master
Marcel Haazen 5 lat temu
rodzic
commit
c508f0aee7
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      monitor.cr

+ 5
- 1
monitor.cr Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz