* Build now includes config and bin resources. * Build new builds an executable jar. * Added help section. * Bugfix for working directory.
5 lines
149 B
Plaintext
Executable File
5 lines
149 B
Plaintext
Executable File
curdir="`pwd`"
|
|
cd ~/programs/timestamper-cli-0.4
|
|
java -cp "lib:lib/*:./*" com.jdblabs.timestamper.cli.TimeStamperCLI -d "$curdir" "$@"
|
|
cd "$curdir"
|