source: main/trunk/greenstone3/src/ansible-playbooks/DOWNLOAD-GS3-PLAYBOOKS.sh@ 38603

Last change on this file since 38603 was 38603, checked in by davidb, 5 months ago

Fixed typo in default assignment

  • Property svn:executable set to *
File size: 420 bytes
Line 
1#!/bin/bash
2
3# Example usage:
4#
5# ./DOWNLOAD-GS3-PLAYBOOKS.sh $HOME/gs3-ansible-playbooks
6#
7
8download_dir=${1:-gs3-ansible-playbooks}
9
10
11svn co https://svn.greenstone.org/main/trunk/greenstone3/src/ansible-playbooks "$download_dir"
12
13echo ""
14echo "----"
15echo "Now:"
16echo " cd $download_dir"
17echo "And run the ansible playbooks"
18echo "For more details see the README file in that directory"
19echo "----"
20echo ""
21
Note: See TracBrowser for help on using the repository browser.