1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #73 from Arcterus/truncate

Added truncate
This commit is contained in:
Heather 2014-02-06 08:17:30 +03:00
commit 2e44b5b7ee
4 changed files with 304 additions and 1 deletions

View file

@ -24,6 +24,7 @@ PROGS := \
seq \
tee \
true \
truncate \
users \
wc \
whoami \
@ -41,6 +42,7 @@ TEST_PROGS := \
cat \
mkdir \
seq \
truncate \
TEST ?= $(TEST_PROGS)