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

Merge pull request #781 from KeenS/mktemp

Mktemp
This commit is contained in:
Michael Gehring 2016-01-04 18:40:08 +01:00
commit 73cd23ca71
6 changed files with 362 additions and 1 deletions

View file

@ -59,6 +59,7 @@ PROGS := \
link \
ln \
mkdir \
mktemp \
nl \
nproc \
od \
@ -144,6 +145,7 @@ TEST_PROGS := \
link \
ln \
mkdir \
mktemp \
mv \
nl \
paste \