Skip to content

Instantly share code, notes, and snippets.

@maxandersen
Last active June 19, 2020 13:52
Show Gist options
  • Save maxandersen/7bc4e55467f48847167c94eb0be6b4c2 to your computer and use it in GitHub Desktop.
Save maxandersen/7bc4e55467f48847167c94eb0be6b4c2 to your computer and use it in GitHub Desktop.
karate using jbang - run it with `jbang https://gist.github.com/maxandersen/7bc4e55467f48847167c94eb0be6b4c2` or download it and run it as `./karate.java` or `jbang karate.java`
//usr/bin/env jbang "$0" "$@" ; exit $?
//REPOS jitpack
//DEPS com.github.intuit.karate:karate-netty:v0.9.5
class karate {
public static void main(String... args) {
com.intuit.karate.Main.main(args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment