소스 검색

Added Architecure to output

master
Marcel Haazen 6 년 전
부모
커밋
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

불러오는 중...
취소
저장