remove old style script

This commit is contained in:
Hendrik Schutter 2024-04-24 22:34:02 +02:00
parent 70dda97ae2
commit fc89618295
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#! /bin/bash
echo starting astyle for $PWD
astyle --style=gnu src/*.cpp
rm -f src/*.orig
astyle --style=gnu src/logger/*.cpp
rm -f src/logger/*.orig
astyle --style=gnu include/*.h
rm -f include/*.orig
astyle --style=gnu include/logger/*.h
rm -f include//logger/*.orig
echo finished astyle for $PWD