瀏覽代碼

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

Loading…
取消
儲存