forked from localhorst/reHDD
using now own shred impl with check if the complete drive is full of zeros after shredding
This commit is contained in:
11
astyle.sh
11
astyle.sh
@ -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
|
||||
|
Reference in New Issue
Block a user