scripts

Assortment of various scripts and helpers.
git clone git://bsandro.tech/scripts
Log | Files | Refs | README | LICENSE

commit 35dcde572bd7b2f1cdd34ac6edc20b5253699bc2
parent d5e29c9a5e62551cf0e62d39587f91c6e7b629f5
Author: bsandro <email@bsandro.tech>
Date:   Fri, 20 Jan 2023 00:19:39 +0200

updated readme

Diffstat:
MREADME | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -9,3 +9,9 @@ resorting to the ports/sqlports. It is slow but suffices for occasional use. Has an optional argument '-i' to hide already installed packages. [pkg_tree.sh] - first version of the dependencies tree script, slow. + +[repos] - scripts for managing self-hosted git repository (git-daemon + stagit for web): + [create_new_pub.sh] - script for initializing new public repositories + [post-receive] - git hook to update stagit-generated HTML interface + +Those scripts are pretty self-explanatory and don't even take 30 lines each.