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

Merge pull request #913 from knight42/pinky

Implement pinky
This commit is contained in:
mpkh 2016-07-26 13:38:53 +04:00 committed by GitHub
commit da0de488e6
12 changed files with 642 additions and 32 deletions

View file

@ -24,6 +24,7 @@ unix = [
"nice",
"nohup",
"pathchk",
"pinky",
"stat",
"stdbuf",
"timeout",
@ -145,6 +146,7 @@ nproc = { optional=true, path="src/nproc" }
od = { optional=true, path="src/od" }
paste = { optional=true, path="src/paste" }
pathchk = { optional=true, path="src/pathchk" }
pinky = { optional=true, path="src/pinky" }
printenv = { optional=true, path="src/printenv" }
printf = { optional=true, path="src/printf" }
ptx = { optional=true, path="src/ptx" }