Skip to content

Commit c786d0b

Browse files
committed
Remove redundant help handler in runner
1 parent 5b57341 commit c786d0b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

run.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ Usage:
3535
"
3636
}
3737

38-
if [ "$1" == '-h' ]; then
39-
help
40-
exit
41-
fi
42-
4338
function compile_for_arduboy() {
4439
echo "COMPILING FOR ARDUBOY"
4540
echo

0 commit comments

Comments
 (0)