Few more scripts

This commit is contained in:
Nox Sluijtman 2024-05-14 15:40:21 +02:00
parent 13eedd1a1c
commit e17b945863
10 changed files with 305 additions and 0 deletions

14
src/manpages/port.1.scd Normal file
View file

@ -0,0 +1,14 @@
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.