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