stagit-repositories

The Stagit repositories site generator you see at https://kaka.farm/~stagit/ or wheverer the fuck it is now.
git clone https://kaka.farm/~git/stagit-repositories
Log | Files | Refs

update-server-info.sh (119B)


      1 #!/bin/sh
      2 
      3 find ~/public_html/* -maxdepth 0 -type d -exec sh -c 'echo {}; cd {}; git update-server-info; echo {}; ' \;