add users

This commit is contained in:
spider 2021-11-12 00:07:10 -05:00
parent f9a92d0118
commit f68c6a6261
2 changed files with 12 additions and 0 deletions

View File

@ -3,10 +3,17 @@
[~alextilde](/~alextilde)
[~anton](/~anton)
[~athul](/~athul)
[~beef](/~beef)
[~blizzy](/~blizzy)
[~boredfish](/~boredfish)
[~brendo](/~brendo)
[~cano](/~cano)
[~caughtquick](/~caughtquick)
[~chrono](/~chrono)
[~cosmicice](/~cosmicice)
[~crazazy](/~crazazy)
[~dank](/~dank)
[~drevil](/~drevil)
[~g1n](/~g1n)
[~gecko](/~gecko)
[~gladiator](/~gladiator)
@ -22,11 +29,15 @@
[~lucy](/~lucy)
[~merul](/~merul)
[~ml](/~ml)
[~mrv](/~mrv)
[~mspe](/~mspe)
[~mugman](/~mugman)
[~otus](/~otus)
[~r1k](/~r1k)
[~sophon96](/~sophon96)
[~spider](/~spider)
[~stern](/~stern)
[~StevenDob](/~StevenDob)
[~tweska](/~tweska)
[~user](/~user)
[~warsawpakt](/~warsawpakt)

View File

@ -2,6 +2,7 @@
echo "# user list"
# exclude lost+found and testuser
for user in $(ls /home/ -1 | grep -v \+ | grep -v testuser)
do
echo "[~$user](/~$user) ";