source: gs3-extensions/meandre/trunk/src/INSTALL.sh@ 28494

Last change on this file since 28494 was 28494, checked in by davidb, 11 years ago

Simple install script (at this stage, only for cgi-bin scripts)

File size: 136 bytes
Line 
1#!/bin/bash
2
3echo "+ Installing cgi-bin programs to: "
4echo "+ $GSDL3HOME/WEB-INF/cgi"
5
6/bin/cp cgi-bin/* $GSDL3HOME/WEB-INF/cgi/.
7
8
Note: See TracBrowser for help on using the repository browser.