mirror of
https://github.com/go-i2p/go-i2ptunnel.git
synced 2025-06-08 01:09:17 -04:00
3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
#! /usr/bin/env sh
|
|
ls $1/*.go || exit 0
|
|
godocdown $1 > $1/doc.md |