mirror of
https://github.com/jlengrand/jbang-catalog.git
synced 2026-03-10 00:21:18 +00:00
app v1.0.5-SNAPSHOT
This commit is contained in:
10
app_snapshot.java
Executable file
10
app_snapshot.java
Executable file
@@ -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);
|
||||
}
|
||||
}
|
||||
8
jbang-catalog.json
Executable file
8
jbang-catalog.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"aliases": {
|
||||
"app-snapshot": {
|
||||
"script-ref": "app_snapshot.java",
|
||||
"description": "helidon-quickstart-se"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user