Skip to content

Commit

Permalink
Merge pull request #506 from jeroenvandijk/fix/convex-binary
Browse files Browse the repository at this point in the history
Rollback ./convex to previous version
  • Loading branch information
mikera authored Jan 29, 2024
2 parents 41f60db + 032a512 commit a90ee09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion convex
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
#!/bin/bashBASE_PATH=$(dirname $0)JAR_NAME=`ls -1 $BASE_PATH/convex-cli/target/convex-cli.jar`# echo "using: $JAR_NAME"java -jar $JAR_NAME $@
#!/bin/bash

BASE_PATH=$(dirname $0)
JAR_NAME=`ls -1 $BASE_PATH/convex-cli/target/convex-cli.jar`

# echo "using: $JAR_NAME"

java -jar $JAR_NAME $@

0 comments on commit a90ee09

Please sign in to comment.