aboutsummaryrefslogtreecommitdiff
path: root/packages/crashbox-config/git/usr/bin/gh-mirror-all
diff options
context:
space:
mode:
Diffstat (limited to 'packages/crashbox-config/git/usr/bin/gh-mirror-all')
-rwxr-xr-xpackages/crashbox-config/git/usr/bin/gh-mirror-all7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/crashbox-config/git/usr/bin/gh-mirror-all b/packages/crashbox-config/git/usr/bin/gh-mirror-all
deleted file mode 100755
index fa9054f..0000000
--- a/packages/crashbox-config/git/usr/bin/gh-mirror-all
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-mapfile -t lines < /etc/gh-mirror
-
-for line in "${lines[@]}"; do
- read -r type name dir <<< "$line"
- gh-mirror "$type" "$name" "$dir"
-done