irs/src/manpages/port.1.scd

15 lines
189 B
Text
Raw Normal View History

2024-05-14 15:40:21 +02:00
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.