ソースを参照

Added Architecure to output

master
Marcel Haazen 5年前
コミット
c508f0aee7
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      monitor.cr

+ 5
- 1
monitor.cr ファイルの表示

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

読み込み中…
キャンセル
保存