1
Fork 0
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:
Alexander Fomin 2014-06-15 18:25:00 +04:00
parent 36ce4a20d4
commit 8b73b7881d
3 changed files with 72 additions and 6 deletions

View file

@ -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)