source: npl/fileserver/subversion/get-svn-book.sh @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 181 bytes
Line 
1#!/bin/sh
2CWD=`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.