mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
GNU sync implementation
This commit is contained in:
parent
36ce4a20d4
commit
8b73b7881d
3 changed files with 72 additions and 6 deletions
11
Makefile
11
Makefile
|
@ -43,17 +43,18 @@ PROGS := \
|
|||
tail \
|
||||
|
||||
UNIX_PROGS := \
|
||||
groups \
|
||||
hostid \
|
||||
hostname \
|
||||
id \
|
||||
kill \
|
||||
logname \
|
||||
users \
|
||||
whoami \
|
||||
sync \
|
||||
tty \
|
||||
groups \
|
||||
id \
|
||||
uname \
|
||||
uptime \
|
||||
uname
|
||||
users \
|
||||
whoami
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
PROGS := $(PROGS) $(UNIX_PROGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue