remove-mirror-repos.sh 458 B

12345678910111213141516171819202122
  1. #!/bin/sh
  2. # ---------- ---------- ---------- ---------- ---------- ----------
  3. #NOTE: username and ampersand
  4. # xor
  5. # neither the username nor ampersand
  6. # ---------- ---------- ---------- ---------- ---------- ----------
  7. mirror() {
  8. mirror=./make/remove-mirror-repo.sh
  9. output=./src/$1
  10. remote=$2
  11. ${mirror} ${output} ${remote}
  12. }
  13. mirror peers
  14. mirror peers-bounty-hunts
  15. mirror peers-mirrors
  16. mirror peerskart
  17. mirror librepup-website