source: gs2-extensions/malware-checker/trunk/INSTALL.sh@ 33718

Last change on this file since 33718 was 33718, checked in by davidb, 4 years ago

Useful top-level script

  • Property svn:executable set to *
File size: 304 bytes
Line 
1#!/bin/bash
2
3cd java && ./COMPILE.sh && cd ..
4
5if [ $? = 0 ] ; then
6 echo
7 echo "Copying compiled JAR to lib/java, ready for use by Greenstone perl plugin"
8 /bin/cp java/target/malware-checker-1.0-SNAPSHOT-jar-with-dependencies.jar lib/java/.
9else
10 echo "Failed to compile Java code" >&2
11fi
Note: See TracBrowser for help on using the repository browser.