read ab ; ab=($ab) a=${ab[0]} ; b=${ab[1]} d=$(($b/$a)) m=$(($b%$a)) if [ $m -gt 0 ] then d=$(($d+1)) fi echo $d