Skip to content

Instantly share code, notes, and snippets.

@getkub
Created February 5, 2017 15:46
Show Gist options
  • Save getkub/4aa191895875289dcb85b4c10f2df16f to your computer and use it in GitHub Desktop.
Save getkub/4aa191895875289dcb85b4c10f2df16f to your computer and use it in GitHub Desktop.
Wrapper script for a java program
#!/usr/bin/ksh
# Wrapper to run the java file
# Please input the input config file containing epochTimes
# The config file should contain only 1 epoch Time per line
# Basic Batch Epoch Converter : diaryFolio
# Format
# ./runThis.ksh <inputFileDateFormat> <inputConfigFilename>
`which java` -classpath "." EpochConverterClass $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment