diff options
-rwxr-xr-x | commands/uptime | 7 | ||||
l--------- | public_commands/uptime | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/commands/uptime b/commands/uptime new file mode 100755 index 0000000..def9bf4 --- /dev/null +++ b/commands/uptime @@ -0,0 +1,7 @@ +#! /bin/sh +# +# //Reactor/commands/uptime - IRC-optimized uptime output +# +uptime | sed ' + s/^\(.*\) up \(.*\) days\?, *\(.*\), *\(.*\) users\?, *load average: \(.*\)$/\1; \2d \3; \4u; \5/ +' diff --git a/public_commands/uptime b/public_commands/uptime new file mode 120000 index 0000000..ffe5fbd --- /dev/null +++ b/public_commands/uptime @@ -0,0 +1 @@ +../commands/uptime
\ No newline at end of file |