Advertisement
Guest User

wrong

a guest
Jun 5th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. echo "Please enter the module slot number for the card: "
  2. read mm_1
  3. echo "Please enter the filename for module slot number $mm_1: "
  4. read mm1_file
  5. echo "Is there another module you'd like to update?(y/n): "
  6. read secondmodule
  7.  
  8. if [ $secondmodule = "y" ]; then
  9.  
  10. echo "Please enter the module slot number for the next card: "
  11. read mm_2
  12. echo "Please enter the filename for module slot number $mm_2: "
  13. read mm2_file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement