diff --git a/monitor.cr b/monitor.cr index 5deaace..f800689 100644 --- a/monitor.cr +++ b/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 \ No newline at end of file +puts "Hostname: " + System.hostname +puts "Archtecture: " + arch \ No newline at end of file