mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Moving extras scripts out of root folder
This commit is contained in:
parent
d65e6ffc3d
commit
b97e4a3480
2
build/shared/examples_formatter.sh
Executable file
2
build/shared/examples_formatter.sh
Executable file
@ -0,0 +1,2 @@
|
||||
# you need to have astyle installed before running this
|
||||
find examples -name '*.ino' -exec astyle --options=examples_formatter.conf {} \;
|
@ -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 {} \;
|
Loading…
x
Reference in New Issue
Block a user