From 96b6d3f7942c73d2804d7e75a8bba64c4c3d41b6 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Mon, 9 Dec 2013 15:08:17 +0100 Subject: [PATCH] =?UTF-8?q?Script=20f=C3=B6r=20att=20f=C3=A5=20ut=20bara?= =?UTF-8?q?=20uptime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uptime.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 uptime.sh diff --git a/uptime.sh b/uptime.sh new file mode 100644 index 0000000..2f20930 --- /dev/null +++ b/uptime.sh @@ -0,0 +1 @@ +uptime | awk '{print }' | sed s'/.$//'