Script för att få ut bara uptime

This commit is contained in:
Jack-Benny Persson 2013-12-09 15:08:17 +01:00
parent accfc789d4
commit 96b6d3f794

1
uptime.sh Normal file
View File

@ -0,0 +1 @@
uptime | awk '{print }' | sed s'/.$//'