CODING SHELL LINUX IF THEN 2 Hanif nurman on CODING SHELL LINUX On 01.03 with No comments #!/bin/bash echo -n "Masukk"; read uas echo -n "Masukkan nilaI UTS="; read uts if (( $uas > 60)) && (($uts > 60 )) then echo "lulus" else echo "gagal" fi exit 0 Share this article : Tweet ✚ Enter your email address to get update from Hanif. Print PDF