We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find
1 parent 780a62f commit b441b9cCopy full SHA for b441b9c
.github/scripts/sketch_utils.sh
@@ -47,7 +47,7 @@ function count_sketches(){ # count_sketches <path> <target>
47
return 0
48
fi
49
50
- local sketches=$(find $path -name *.ino)
+ local sketches=$(find $path -name *.ino | sort)
51
local sketchnum=0
52
for sketch in $sketches; do
53
local sketchdir=$(dirname $sketch)
0 commit comments