mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Implement uptime
Move utmp struct from users to common/utmpx.rs
This commit is contained in:
parent
786b39019b
commit
ef4a5e965d
5 changed files with 270 additions and 83 deletions
3
Makefile
3
Makefile
|
@ -39,7 +39,8 @@ UNIX_PROGS := \
|
|||
whoami \
|
||||
tty \
|
||||
groups \
|
||||
id
|
||||
id \
|
||||
uptime
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
PROGS := $(PROGS) $(UNIX_PROGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue