Skip to content

Commit

Permalink
updated java.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 13, 2024
1 parent 568174b commit 0e93263
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion java.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ $ jshell
jshell>
```

See also [Groovy](groovy.md) which is one of my favourite languages and has a shell:

```shell
groovysh
```

## JBang

<https://www.jbang.dev/>
Expand Down Expand Up @@ -190,7 +196,6 @@ import com.github.javafaker.Faker
Faker faker = new Faker()
```


```java
cat > /tmp/faker.java <<EOF
//usr/bin/env jbang "$0" "$@" ; exit $?
Expand Down

0 comments on commit 0e93263

Please sign in to comment.