irs/src/manpages/port.1.scd

15 lines
191 B
Text
Raw Normal View History

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