Created
January 20, 2020 23:33
-
-
Save harsh183/ae7eee28cdc277b4a6d25fe4ed674539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -ex | |
kotlinc $1 -d $1.jar | |
java -jar $1.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output:
If the printing is too verbose change the
set -ex
toset -e
and you'll get.