mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
Thanks, bash, for supporting < and > and making them NOT mean the obvious thing. [[ 2 < 10 ]] is false (( 2 < 10 )) is true
Thanks, bash, for supporting < and > and making them NOT mean the obvious thing. [[ 2 < 10 ]] is false (( 2 < 10 )) is true