astyle shell command for linux

This commit is contained in:
Luc 2021-01-23 10:10:18 +01:00
parent 27f2b9e52e
commit 1f8d4405c1

7
astyle.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd `dirname "$0"`
cd esp3d
astyle --recursive --style=otbs '*.h' '*.cpp' '*.ino'
rm -r -v *.ori
cd ..
read -p "Press any key to continue ..."