1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +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

@ -30,6 +30,7 @@ unix_only! {
"install", test_install;
"mv", test_mv;
"pathchk", test_pathchk;
"pinky", test_pinky;
"stdbuf", test_stdbuf;
"touch", test_touch;
"unlink", test_unlink;