From ebd65b62f4f314e7c1a6fe1c847fc2cec52e4f15 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 12:45:26 +0100 Subject: add scripts and cron jobs --- scripts/mirrors.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/mirrors.bash (limited to 'scripts') diff --git a/scripts/mirrors.bash b/scripts/mirrors.bash new file mode 100644 index 0000000..02c333f --- /dev/null +++ b/scripts/mirrors.bash @@ -0,0 +1,5 @@ +#/bin/bash + +# This script is responsible for pushing to mirrors of the git repositories. It runs through all the repositories in the /repositories directory and performs a git push to the corresponding mirror URL(s) defined in the .gitinfo file if they exist. + +echo "to be implemented" \ No newline at end of file -- cgit v1.2.3