Last active
October 14, 2020 07:15
-
-
Save tivrfoa/503c88fb5123b1000c37a3f2832d4773 to your computer and use it in GitHub Desktop.
Revisions
-
tivrfoa revised this gist
Oct 14, 2020 . No changes.There are no files selected for viewing
-
tivrfoa revised this gist
Oct 14, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ System.out.println("I have a dash in filename."); System.out.println("I'm java shell script"); -
tivrfoa revised this gist
Oct 13, 2020 . 2 changed files with 13 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ class file4 { public static void main(String[] args) { System.out.println("I'm file 4"); } } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ class file5 { public static void main(String[] args) { System.out.println("I'm file 5"); System.out.println("dash-test"); } } -
tivrfoa revised this gist
Oct 13, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ System.out.println("Test jsh extension"); System.out.println("I'm file 3"); -
tivrfoa created this gist
Oct 13, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ ///usr/bin/env jbang "$0" "$@" ; exit $? class file1 { public static void main(String[] args) { System.out.println("I'm file 1"); } } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ ///usr/bin/env jbang "$0" "$@" ; exit $? class file2 { public static void main(String[] args) { System.out.println("I'm file 2"); } }