diff options
Diffstat (limited to 'github-mirror.sh')
-rw-r--r-- | github-mirror.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/github-mirror.sh b/github-mirror.sh new file mode 100644 index 0000000..5d9cb00 --- /dev/null +++ b/github-mirror.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +# Should mirror a gitea repo into github using the public API |