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

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

Additional note added on how to use

  • Property svn:executable set to *
File size: 416 bytes
Line 
1#!/bin/bash
2
3# Example usage:
4#
5# ./DOWNLOAD-GS3-PLAYBOOKS.sh $HOME/gs3-ansible-playbooks
6#
7
8download_dir=${1:-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.