mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-10 05:00:19 +00:00
Placeholder file for small accounting tools
This commit is contained in:
7
docs/accounting.md
Normal file
7
docs/accounting.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Accounting
|
||||
|
||||
See who has been logged in the longest:
|
||||
|
||||
```
|
||||
for a in `users`; do echo `ac $a` $a; done|sort|uniq|cut -d' ' -f2,3|sort -n
|
||||
```
|
||||
Reference in New Issue
Block a user