mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-30 06:22:01 +08:00
8 lines
154 B
Bash
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 ..."
|