summaryrefslogblamecommitdiffstats
path: root/source/d/subversion/get-svn-book.sh
blob: b81ab0ef73908a577372071a3527150fc2997241 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                             
                             
                                                                  


                                 
#!/bin/sh
CWD=`pwd`

# Add the latest copy of the Subversion book:
( cd $CWD
  rm -f svn-book-html.tar.bz2
  lftpget http://svnbook.red-bean.com/en/1.7/svn-book-html.tar.bz2
  chmod 644 svn-book-html.tar.bz2
)