Develop a Unix shell script to input number of hours worked and pay rate and calculate the total pay, then the social security amount (assume 5%), then the net pay. Do this as a loop until the user enters zero for the number of hours worked (zero indicates that the program is to be terminated).