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

[mktemp] implement mktemp

This commit is contained in:
Sunrin SHIMURA (keen) 2016-01-03 19:10:47 +09:00
parent dae64b5277
commit 58d1d66d16
6 changed files with 366 additions and 1 deletions

View file

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