tinypilot
tinypilot copied to clipboard
Use arithmetic bash comparisons for equals checks
As noted in this PR, we can also use arithmetic bash comparisons to substitute [[ -ne ]]
/ [[ == ]]
checks.