source:
npl/fileserver/subversion/get-svn-book.sh
@
0105685
Last change on this file since 0105685 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 181 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 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.