mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
7 lines
112 B
Bash
7 lines
112 B
Bash
![]() |
#!/bin/bash
|
||
|
# Update all documentation (README.md, Man page, Doc files)
|
||
|
|
||
|
./readmegen.py
|
||
|
./mangen.py
|
||
|
./docgen.sh
|