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

Merge pull request #845 from peschkaj/master

Basic implementation of ls
This commit is contained in:
Heather 2016-05-01 00:56:11 +04:00
commit 1fafde8c27
7 changed files with 290 additions and 0 deletions

View file

@ -58,6 +58,7 @@ PROGS := \
head \
link \
ln \
ls \
mkdir \
mktemp \
nl \
@ -145,6 +146,7 @@ TEST_PROGS := \
head \
link \
ln \
ls \
mkdir \
mktemp \
mv \