This commit is contained in:
spider 2021-07-01 11:31:17 +10:00
parent fceb0f682f
commit 9c45bb9656
2 changed files with 9 additions and 1 deletions

View File

@ -2,13 +2,13 @@
[~abhi](/~abhi)
[~anton](/~anton)
[~cano](/~cano)
[~chrono](/~chrono)
[~cosmicice](/~cosmicice)
[~dank](/~dank)
[~g1n](/~g1n)
[~hedy](/~hedy)
[~jan6](/~jan6)
[~jnats](/~jnats)
[~joelchrono12](/~joelchrono12)
[~julian](/~julian)
[~linuxmario](/~linuxmario)
[~login](/~login)

8
users.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
echo "# user list"
for user in $(ls /home/ -1 | grep -v \+ | grep -v testuser)
do
echo "[~$user](/~$user) ";
done