summaryrefslogtreecommitdiffstats
path: root/Reaktor/commands/uptime
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-28 23:39:37 +0200
committermakefu <github@syntax-fehler.de>2015-08-28 23:39:37 +0200
commite5c6eae9896aeda68204bb7010a6e4e26d7eaca1 (patch)
tree0dcc367de6f6c1d978cabe3c3275395b1a1757b3 /Reaktor/commands/uptime
parent60367f4b7bf02b8c2ec074c5ccba6772d175caa9 (diff)
Reaktor: add nix support, packaging
Diffstat (limited to 'Reaktor/commands/uptime')
-rwxr-xr-xReaktor/commands/uptime8
1 files changed, 0 insertions, 8 deletions
diff --git a/Reaktor/commands/uptime b/Reaktor/commands/uptime
deleted file mode 100755
index 7ff64168..00000000
--- a/Reaktor/commands/uptime
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-#
-# //Reactor/commands/uptime - IRC-optimized uptime output
-#
-uptime | sed '
- s/^\(.*\) up \(.*\) days\?, *\(.*\), *\(.*\) users\?, *load average: \(.*\)$/\1; \2d \3; \4u; \5/;t
- s/^\(.*\) up *\(.*\), *\(.*\) users\?, *load average: \(.*\)$/\1; 0d \2; \3u; \4/;t
-'