mirror of
https://github.com/go-i2p/go-connfilter.git
synced 2025-07-13 03:53:05 -04:00
3 lines
64 B
Bash
3 lines
64 B
Bash
![]() |
#! /usr/bin/env sh
|
||
|
ls $1/*.go || exit 0
|
||
|
godocdown $1 > $1/doc.md
|