My own repo with exiting with programs exit code.

This commit is contained in:
Lei Chen 2025-11-04 11:00:14 +08:00
parent b745c44832
commit 027e546e1f
47 changed files with 32301 additions and 1 deletions

6
man/README.md Normal file
View file

@ -0,0 +1,6 @@
# Building the man page
```bash
go get github.com/cpuguy83/go-md2man
go-md2man < ttyd.man.md > ttyd.1
```