Guest User

Untitled

a guest
Nov 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. if [ `less lastcommit` -eq `svnlook youngest /home/sigonasr2/bash_haxorz` ];
  2. then
  3.     echo "Up to Date";
  4. else
  5.     echo "Not Up to Date, Updating."
  6.     `svnlook youngest /home/sigonasr2/bash_haxorz>/home/sigonasr2/svnnotify/lastcommit`
  7.     ./svnnotify.pl
  8. fi
  9. sleep 5
  10. ./svnnotify.sh &
  11. exit
Add Comment
Please, Sign In to add comment