blob: e88530d32a29a4a0cb436e0ac7542be7b6766f9b (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
CWD=`pwd`
# Add the latest copy of the Subversion book:
( cd $CWD
lftpget http://svnbook.red-bean.com/en/1.7/svn-book-html.tar.bz2
chmod 644 svn-book-html.tar.bz2
)
|