parse percentage from shred cmd

This commit is contained in:
2020-08-22 21:48:34 +02:00
parent df4ed53693
commit e4b3923f6d
7 changed files with 94 additions and 106 deletions

View File

@ -2,9 +2,10 @@
echo "starting SHRED DUMMY"
for i in {1..101..3}
for i in {0..100..10}
do
echo "DUMMY shred $i%"
sleep 1
done
echo "finished SHRED DUMMY"