📜  在 shell 脚本中使用 OR - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:57.547000             🧑  作者: Mango

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