#! /bin/bash echo "starting SHRED DUMMY" for i in {1..101..3} do echo "DUMMY shred $i%" done echo "finished SHRED DUMMY"