kill9/who.md

13 lines
303 B
Markdown
Raw Permalink Normal View History

2020-05-30 00:42:00 +00:00
# who
2021-05-22 21:17:06 +00:00
This website is made by its contributors and hosted by [qorg11](https://qorg11.net).
2020-05-30 00:42:00 +00:00
2021-06-13 17:03:49 +00:00
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.