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

Implement seq

Fixes #81
This commit is contained in:
Daniel MacDougall 2014-02-05 11:46:28 -08:00
parent e3ca4fdcf8
commit 4388c72bf3
4 changed files with 140 additions and 1 deletions

View file

@ -21,6 +21,7 @@ PROGS := \
rm \
rmdir \
sleep \
seq \
tee \
true \
users \
@ -39,6 +40,7 @@ EXES := \
TEST_PROGS := \
cat \
mkdir \
seq \
TEST ?= $(TEST_PROGS)