Few more scripts
This commit is contained in:
parent
13eedd1a1c
commit
e17b945863
10 changed files with 305 additions and 0 deletions
14
src/manpages/port.1.scd
Normal file
14
src/manpages/port.1.scd
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue