#!/bin/bash
num=88
if [ $num -ge 60 -a $sum -le 100 ]
then
    echo "及格"
fi