added custom implementation for shred

This commit is contained in:
2020-08-26 00:12:39 +02:00
parent a2a18bbc34
commit f39fbfbd54
12 changed files with 583 additions and 94 deletions

View File

@ -4,7 +4,8 @@ echo "starting SHRED DUMMY"
for i in {0..100..10}
do
echo "DUMMY shred $i%"
#echo "DUMMY shred $i%"
echo $date > out.txt
sleep 1
done