mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
who: add entries
This commit is contained in:
parent
548b58a09e
commit
8c6cd72848
5 changed files with 30 additions and 2 deletions
|
@ -34,6 +34,7 @@ unix = [
|
|||
"unlink",
|
||||
"uptime",
|
||||
"users",
|
||||
"who",
|
||||
]
|
||||
generic = [
|
||||
"base32",
|
||||
|
@ -187,6 +188,7 @@ unlink = { optional=true, path="src/unlink" }
|
|||
uptime = { optional=true, path="src/uptime" }
|
||||
users = { optional=true, path="src/users" }
|
||||
wc = { optional=true, path="src/wc" }
|
||||
who = { optional=true, path="src/who" }
|
||||
whoami = { optional=true, path="src/whoami" }
|
||||
yes = { optional=true, path="src/yes" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue