#! /bin/bash

echo "starting SHRED DUMMY"

for i in {0..100..20}
do
   echo "DUMMY shred  $i%"
   sleep 1
done

echo "finished SHRED DUMMY"