added shred dummy script

This commit is contained in:
Hendrik Schutter 2020-08-18 22:12:10 +02:00
parent dc5e6b968b
commit df4ed53693
2 changed files with 10 additions and 1 deletions

10
shred_dummy.sh Normal file
View File

@ -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"

View File

@ -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