source: gs2-extensions/malware-checker/trunk/java/ScanFile.sh@ 33662

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

Scripts to compile and run java code

  • Property svn:executable set to *
File size: 110 bytes
Line 
1#!/bin/bash
2
3java -cp target/my-app-1.0-SNAPSHOT-jar-with-dependencies.jar com.mycompany.app.ScanFile $*
4
5
6
Note: See TracBrowser for help on using the repository browser.