49c606be4d
* adding logging, at least for a minute * working through the PathTree.validate(path) logic * BUG: in the populate tree path, calling a stringbuffer charAt(0) * moar unit testing to iron things out.
7 lines
166 B
Bash
Executable file
7 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
java \
|
|
-cp $(find lib/ -type f -printf "./%h/%f:")$(ls -rt ./target/*jar | tail -1) \
|
|
com.hashbangbash.trie.App \
|
|
./src/test/resources/test-certv3.pem
|
|
|