Skip to content

Instantly share code, notes, and snippets.

@edwingustafson
Created November 20, 2019 23:12
Show Gist options
  • Select an option

  • Save edwingustafson/ba0fa8820881f110c78a1b4f0042a632 to your computer and use it in GitHub Desktop.

Select an option

Save edwingustafson/ba0fa8820881f110c78a1b4f0042a632 to your computer and use it in GitHub Desktop.
jshell bash script with here document
#!/bin/bash
jshell -<<EOF
System.out.println("Hello, world!");
/exit
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment