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

Begins work on dd

- Prototype code.
- Adds project boilerplate for integration with coreutils framework.
This commit is contained in:
ty 2021-03-16 14:32:55 -07:00
parent 4574b2b58d
commit af6bf3a224
7 changed files with 168 additions and 0 deletions

7
tests/by-util/test_dd.rs Normal file
View file

@ -0,0 +1,7 @@
use crate::common::util::*;
#[test]
fn fail_from_test_dd()
{
panic!()
}