Advertisement
Guest User

Untitled

a guest
May 8th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. user=yourid
  3. pass=yourpass
  4. wget --http-user=${user} --http-passwd=${pass} http://www.mydns.jp/login.html
  5.  
  6. $ chmod 755 ddms_update.sh
  7.  
  8. $ crontab -e
  9. #6時間ごとにスクリプトを実行
  10. * */6 * * * ddms_update.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement