Version 1.6: Added help section, bugfix, updated build process.

* Build now includes config and bin resources.
* Build new builds an executable jar.
* Added help section.
* Bugfix for working directory.
This commit is contained in:
Jonathan Bernard
2013-08-27 16:51:10 -05:00
parent 269a9b9125
commit e296e87003
5 changed files with 44 additions and 5 deletions

4
resources/bin/ts Executable file
View File

@ -0,0 +1,4 @@
curdir="`pwd`"
cd ~/programs/timestamper-cli-0.4
java -cp "lib:lib/*:./*" com.jdblabs.timestamper.cli.TimeStamperCLI -d "$curdir" "$@"
cd "$curdir"