diff options
author | tv <tv@xso> | 2011-09-09 22:54:46 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-09 22:54:46 +0200 |
commit | 27d31204e1dff7222fa63e674b2f114fe6e7c38d (patch) | |
tree | 8880cd01837edc9f2e2057c95fe958aa34b9f555 /commands | |
parent | 6b4f6b79379b8bc0bf401e162a5f867837df81fe (diff) |
//Reaktor/commands/uptime: initial commit
Diffstat (limited to 'commands')
-rwxr-xr-x | commands/uptime | 7 |
1 files changed, 7 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/ +' |