commit a11ef3fb21bc05855f9f72ee5bdf9cb3542c5cb6 Author: jreleaserbot Date: Mon Jun 7 21:44:31 2021 +0200 app v1.0.5-SNAPSHOT diff --git a/app_snapshot.java b/app_snapshot.java new file mode 100755 index 0000000..8d151c0 --- /dev/null +++ b/app_snapshot.java @@ -0,0 +1,10 @@ +//usr/bin/env jbang "$0" "$@" ; exit $? +//JAVA 8+ +//REPOS jitpack +//DEPS com.github.jlengrand:app:main-SNAPSHOT + +public class app_snapshot { + public static void main(String... args) throws Exception { + io.helidon.examples.quickstart.se.Main.main(args); + } +} \ No newline at end of file diff --git a/jbang-catalog.json b/jbang-catalog.json new file mode 100755 index 0000000..4e76fd5 --- /dev/null +++ b/jbang-catalog.json @@ -0,0 +1,8 @@ +{ + "aliases": { + "app-snapshot": { + "script-ref": "app_snapshot.java", + "description": "helidon-quickstart-se" + } + } +} \ No newline at end of file