diff --git a/README.md b/README.md index 102bb00..1878a39 100644 --- a/README.md +++ b/README.md @@ -197,4 +197,3 @@ Thanks to [PLCT Lab](https://plctlab.github.io/) for supporting me. IntelliJ IDEA logo. This project is developed using JetBrains IDEA. Thanks to JetBrains for providing me with a free license. - diff --git a/bin/japp.sh b/bin/japp.sh index c97967f..6ce1998 100755 --- a/bin/japp.sh +++ b/bin/japp.sh @@ -8,4 +8,4 @@ if [ ! -f "$japp_jar" ]; then exit 1 fi -java -jar $japp_jar "$@" +exec java -jar $japp_jar "$@"