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

Merge pull request #875 from knight42/dircolors

Implement dircolors
This commit is contained in:
Heather 2016-05-10 22:18:40 +04:00
commit ca78706246
17 changed files with 917 additions and 1 deletions

View file

@ -45,6 +45,7 @@ PROGS := \
comm \
cp \
cut \
dircolors \
dirname \
echo \
env \
@ -136,6 +137,7 @@ TEST_PROGS := \
comm \
cp \
cut \
dircolors \
dirname \
echo \
env \