fix doc generator

This commit is contained in:
eyedeekay
2025-02-03 21:32:38 -05:00
parent 141fd98442
commit 4540aa1d59

2
doc.sh
View File

@ -1,3 +1,3 @@
#! /usr/bin/env sh
ls $1/*.go || exit 0
godocdown $1 -output doc.md
godocdown $1 > $1/doc.md