source:
npl/fileserver/subversion/get-svn-book.sh
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 181 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | CWD=`pwd` |
3 | |
4 | # Add the latest copy of the Subversion book: |
5 | ( cd $CWD |
6 | lftpget http://svnbook.red-bean.com/en/1.7/svn-book-html.tar.bz2 |
7 | chmod 644 svn-book-html.tar.bz2 |
8 | ) |
9 |
Note: See TracBrowser
for help on using the repository browser.