Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Wed Sep 20 13:23:26 2023 -0300
Parent: 1f8222d
Fixed path
diff --git a/update-repo-tree b/update-repo-tree index 82f8bf9..dfa9fc0 100755 --- a/update-repo-tree +++ b/update-repo-tree @@ -73,5 +73,5 @@ do <td><a href=tree/$f>raw</a></td> </tr> EOF - ./create-file-page "$f" > "$OUT/tree/$f.html" + ./hooks/create-file-page "$f" > "$OUT/tree/$f.html" done