Changeset 37659


Ignore:
Timestamp:
2023-04-13T13:51:21+12:00 (13 months ago)
Author:
davidb
Message:

Added in usage

Location:
main/trunk/greenstone3/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/get-installation-interface.sh

    r37293 r37659  
    11#!/bin/bash
     2
     3if [ $# = 0 ] ; then
     4    echo "" >&2
     5    echo "Usage: $0 <interface-name>" >&2
     6    echo "" >&2
     7    exit 1
     8fi
    29
    310installation=$1
    411
    5 # Looking the scriptify the following sort of svn co:
     12# Looking to scriptify the following sort of svn checkout:
    613#   svn co https://svn.greenstone.org/gs3-installations/intermuse/trunk/interfaces/intermuse interfaces/intermuse
    714
  • main/trunk/greenstone3/web/get-installation-site.sh

    r37293 r37659  
    11#!/bin/bash
     2
     3if [ $# = 0 ] ; then
     4    echo "" >&2
     5    echo "Usage: $0 <site-name>" >&2
     6    echo "" >&2
     7    exit 1
     8fi
    29
    310installation=$1
    411
    5 # Looking the scriptify the following sort of svn co:
     12# Looking to scriptify the following sort of svn checkout:
    613#   svn co https://svn.greenstone.org/gs3-installations/intermuse/trunk/sites/intermuse sites/intermuse
    714
Note: See TracChangeset for help on using the changeset viewer.