irs/src/manpages/port.1.scd
2024-05-21 11:11:40 +02:00

14 lines
191 B
Markdown

port(1)
# NAME
*port* - returns a valid port number.
Here's the entire sourcecode:
```
def main [] {
random int 0..65535
}
```
In fact, this manpage is longer than the script its about.