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