mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Implement skeleton install utility
Add install utility skeleton source, based on mv, including the getopts setup mirroring GNU's `man install` documentation. Also add a single test and build system code.
This commit is contained in:
parent
61cf4e4fba
commit
e72ec4a5bb
8 changed files with 174 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -107,6 +107,7 @@ UNIX_PROGS := \
|
|||
hostid \
|
||||
hostname \
|
||||
id \
|
||||
install \
|
||||
kill \
|
||||
logname \
|
||||
mkfifo \
|
||||
|
@ -152,6 +153,7 @@ TEST_PROGS := \
|
|||
fold \
|
||||
hashsum \
|
||||
head \
|
||||
install \
|
||||
link \
|
||||
ln \
|
||||
ls \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue