doc
This commit is contained in:
parent
aec3e682e7
commit
1239a7429e
1 changed files with 9 additions and 0 deletions
|
|
@ -168,6 +168,15 @@ Using `bb` with a shebang also works:
|
||||||
(System/exit 0)
|
(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
|
||||||
|
|
||||||
Test on the JVM:
|
Test on the JVM:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue