Moving extras scripts out of root folder

This commit is contained in:
Cristian Maglie 2017-05-30 16:29:26 +02:00
parent d65e6ffc3d
commit b97e4a3480
3 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,2 @@
# you need to have astyle installed before running this
find examples -name '*.ino' -exec astyle --options=examples_formatter.conf {} \;

View File

@ -1,2 +0,0 @@
# you need to have astyle installed before running this
find -name '*.ino' -exec /home/federico/materiale/works_Arduino/astyle/astyle-code/AStyle/build/gcc/bin/astyle --options=examples_formatter.conf {} \;