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

Added in usage

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.