stagit

my fork of stagit that runs this site
git clone git://git.jakekoroman.com/stagit
Log | Files | Refs | README | LICENSE

commit 5848b95694587c7d1751031553949e981ce97be2
parent 21c9abfb5847737d9718aa8b20428f536659c061
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Sun, 13 Jul 2025 20:18:02 -0400

add my update stagit script

Diffstat:
Aupdate_stagit | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/update_stagit b/update_stagit @@ -0,0 +1,7 @@ +#!/bin/sh + +cd /var/www/stagit +/home/git/opt/stagit/example_create.sh +cd - > /dev/null +chown -R git /var/www/stagit/ +chgrp -R git /var/www/stagit/