ESP3D/astyle.sh
2023-10-02 19:55:18 +08: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 ..."