Skip to content

Commit

Permalink
New file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Sep 15, 2019
1 parent 04bb85c commit d682833
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contributed/input-filters/ict.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/sh

JAVA=java
#IRSCUTINIZER_JAR=/usr/local/share/irscrutinizer/IrScrutinizer-jar-with-dependencies.jar
IRSCUTINIZER_JAR=/home/bengt/harctoolbox/harctoolboxbundle/target/IrScrutinizer-jar-with-dependencies.jar
MAINCLASS=org.harctoolbox.irscrutinizer.importer.IctImporter

exec "${JAVA}" -cp "${IRSCUTINIZER_JAR}" ${MAINCLASS} "$@"

0 comments on commit d682833

Please sign in to comment.