Skip to content

Commit

Permalink
Merge pull request #104 from BenWiederhake/dev-poc-shuf
Browse files Browse the repository at this point in the history
implement proof of concept for shuf echo args / file
  • Loading branch information
tertsdiepraam authored Mar 22, 2024
2 parents b698764 + 0632916 commit c9c2c75
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/coreutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ mod ls;

#[path = "coreutils/tail.rs"]
mod tail;

#[path = "coreutils/shuf.rs"]
mod shuf;
Loading

0 comments on commit c9c2c75

Please sign in to comment.