Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. QA_DIR="/rjb/development/terminix/mss"
  2. PROD_DIR="/rjb/development/deployment/terminix"
  3. TEST_DIR="/rjb/test/terminix/mss"
  4. HOST="ideploy.velsol.com"
  5. USER="jenk.svc"
  6. PASS="Jenk123Ins"
  7.  
  8. echo Cleanup Dev directory...
  9. ftp -n -v $HOST << EOT
  10. ascii
  11. user $USER $PASS
  12. #prompt
  13. #cd $QA_DIR
  14. #ls
  15. #mdelete images/*
  16. #rmdir images
  17. #mdelete MSSiOS.app.dSYM.zip
  18. #mdelete application.ipa
  19. #mdelete application.plist
  20. #mdelete index.html
  21. #bye
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement