This commit is contained in:
Michiel Borkent 2019-08-15 10:41:37 +02:00
parent aec3e682e7
commit 1239a7429e

View file

@ -168,6 +168,15 @@ Using `bb` with a shebang also works:
(System/exit 0)
```
``` shellsession
$ ./download_html.clj
Usage: <url> <file>
$ ./download_html.clj https://www.clojure.org /tmp/clojure.org.html
Fetching url: https://www.clojure.org
Writing file: /tmp/clojure.org.html
```
## Test
Test on the JVM: