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:
parent
dae64b5277
commit
58d1d66d16
6 changed files with 366 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue