Skip to content

Commit

Permalink
Task/psgs 51 (#23)
Browse files Browse the repository at this point in the history
Re examine the command line help PSGS-51
  • Loading branch information
maciejbak85 committed Oct 15, 2020
1 parent 3112183 commit fd01897
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 271 deletions.
4 changes: 3 additions & 1 deletion cmdline.sh
Expand Up @@ -5,4 +5,6 @@ VER=0.1.3-SNAPSHOT
#BASE_URL="http://localhost:8090/v2/"

#run sbt assembly to create this jar
exec java -jar target/scala-2.13/psg-cardano-wallet-api-assembly-${VER}.jar -baseUrl ${BASE_URL} "$@"
NEWEST_JAR_NAME=`ls target/scala-2.13/ -Frt | egrep 'psg-cardano-wallet-api-assembly.+(jar)$' | tail -n 1`
#-baseUrl ${BASE_URL}
exec java -jar target/scala-2.13/${NEWEST_JAR_NAME} "$@"

0 comments on commit fd01897

Please sign in to comment.