or operator in shell

Code Example - or operator in shell

                
                        if [ $uptime -lt 0 ] || [ $questions -lt 1 ] || [ $slow -gt 10 ]; then
    some code
fi