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

gcc484perl-5.22
Last change on this file since 2bd9b8d 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
RevLine 
[c5c522c]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.