We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find
1 parent 3818f0a commit 28e3ea5Copy full SHA for 28e3ea5
.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