using now own shred impl with check if the complete drive is full of zeros after shredding

This commit is contained in:
2022-05-14 14:06:16 +02:00
parent 0e391cebf3
commit c8a3220c3a
13 changed files with 368 additions and 625 deletions

View File

@ -5,20 +5,13 @@ echo starting astyle for $PWD
astyle --style=gnu src/*.cpp
rm -f src/*.orig
astyle --style=gnu src/shred/*.cpp
rm -f src/shred/*.orig
astyle --style=gnu src/logger/*.cpp
rm -f src/logger/*.orig
astyle --style=gnu include/*.h
rm -f include//*.orig
rm -f include/*.orig
astyle --style=gnu include//shred/*.h
rm -f include//shred/*.orig
astyle --style=gnu include//logger/*.h
astyle --style=gnu include/logger/*.h
rm -f include//logger/*.orig
echo finished astyle for $PWD