1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

pathchk implemented (see #841) (#860)

* Added pathchk
This commit is contained in:
ibabushkin 2016-05-22 13:59:57 +02:00 committed by Heather
parent 583ed341a7
commit d504ae18c9
8 changed files with 307 additions and 0 deletions

View file

@ -112,6 +112,7 @@ UNIX_PROGS := \
mv \
nice \
nohup \
pathchk \
stdbuf \
timeout \
touch \
@ -156,6 +157,7 @@ TEST_PROGS := \
nl \
od \
paste \
pathchk \
printf \
ptx \
pwd \