Move CLI application code into /cli.

This commit is contained in:
2024-08-04 20:44:46 -05:00
parent 0a49df1828
commit fbc9052e5a
7 changed files with 0 additions and 0 deletions

4
cli/resources/bin/ts Executable file
View File

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

View File