kill9/who.md

13 lines
303 B
Markdown

# who
This website is made by its contributors and hosted by [qorg11](https://qorg11.net).
You can get the contributors with these commands:
~~~
git clone https://git.qorg11.net/kill9.git && cd kill9
git log --format="%aN" --reverse | sort | uniq
~~~
Customize the output with the `--format` flag.