浏览代码

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

正在加载...
取消
保存