Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if [ condition -eq o ]
  2. then
  3. run script
  4. again condition(this condition depends on above script output value)
  5. run another script
  6. else
  7. exit
  8.  
  9. if test-commands; then
  10. consequent-commands;
  11. [elif more-test-commands; then
  12. more-consequents;]
  13. [else alternate-consequents;]
  14. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement