Hacker News new | ask | show | jobs
by _wolfie_ 1361 days ago
> if ((temp > 90000)); then

What is this syntax? I would have assume something like `[ $temp -gt 90000 ]` or `$((temp > 90000))`. Is the dollar here optional? Is this something bash specific?

1 comments