source: main/trunk/greenstone3/ANT-START-CUSTOM.sh.in@ 37162

Last change on this file since 37162 was 37162, checked in by davidb, 15 months ago

Placeholder scripts that can be copied to be '.sh' and then edited as needed to provide custom settings for to start/stop/resetart Greenstone. Looked for, and use, if found in the linux serivce start/stop scripts. Can also be run directly on the command line.

  • Property svn:executable set to *
File size: 132 bytes
Line 
1#!/bin/bash -x
2
3# Add any customized code needed here, such as environemnt variables
4
5
6ant start
7
8# Any customized clean up needed?
Note: See TracBrowser for help on using the repository browser.