Advertisement
Guest User

Untitled

a guest
Feb 18th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #!/bin/sh
  2. trap "exit" INT
  3.  
  4. while true
  5. do
  6. if [ -f "rbclient.pl.new" ]; then
  7. mv "rbclient.pl.new" "rbclient.pl"
  8. fi
  9. perl -s rbclient.pl -username=[Saint] -password=12345 -clientname=saint-desktop -archlist=m68k-gcc452,sh,mipsel,sdl,arm-eabi-gcc444,android16,latex -buildmaster=buildmaster.rockbox.org -port=19999
  10. res=$?
  11. if test "$res" -eq 22; then
  12. echo "Address the above issue(s), then restart!"
  13. exit
  14. fi
  15. sleep 30
  16. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement