Advertisement
lorek123

Untitled

Sep 19th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. wget -qO/dev/null http://www.fee.put.poznan.pl/images/stories/plan/stacjonarne/lato_14_15/Inf_sem6.pdf
  3. if [ $? -eq 0 ]
  4. then
  5.     echo "Plan do pobrania"
  6. else
  7.     echo "Planu jeszcze nie ma"
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement