ESP3D/astyle.sh
2021-01-23 10:10:18 +01:00

8 lines
154 B
Bash

#!/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 ..."