14 lines
191 B
Markdown
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.
|