diff --git a/shred_dummy.sh b/shred_dummy.sh new file mode 100644 index 0000000..0a3eea2 --- /dev/null +++ b/shred_dummy.sh @@ -0,0 +1,10 @@ +#! /bin/bash + +echo "starting SHRED DUMMY" + +for i in {1..101..3} +do + echo "DUMMY shred $i%" +done + +echo "finished SHRED DUMMY" diff --git a/src/reHDD.cpp b/src/reHDD.cpp index b6d03c4..ee4454f 100644 --- a/src/reHDD.cpp +++ b/src/reHDD.cpp @@ -7,7 +7,6 @@ #include "../include/reHDD.h" - static int fdSearchDrives[2];//File descriptor for pipe that informs if new drives are found static int fdWhipe[2];//File descriptor for pipe that informs if a wipe thread signals