Advertisement
Guest User

Untitled

a guest
Jul 21st, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #!/bin/bash
  2. filename="kkik"
  3. url="https://www.kollegierneskontor.dk/default.aspx?func=kkikportal.housingrequests&lang=GB"
  4. date=` date +%d%m%Y`
  5. output="$filename-$date.html"
  6. wget --save-cookies cookies.txt --post-data 'Page_ctl05_Main_ctl04_form_loginUserName=*****&Page$ctl05$Main$ctl04$form$loginPassword=******'
  7. wget --load-cookies cookies.txt $url -O $output
  8.  
  9. #!/bin/bash
  10. filename="askubuntu"
  11. url="www.askubuntu.com"
  12. date=` date +%d%m%Y`
  13. output="$filename-$date.html"
  14. wget $url -O $output
  15.  
  16. shutter --window=.*firefox.*
  17.  
  18. shutter -s=100,100,300,300 -e
  19.  
  20. shutter --web=[URL]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement