From 46cd6b50d323fd6c73e5aee460d722e308a82dfb Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 8 Jul 2016 01:49:08 +0000 Subject: remove mirror commands --- git-shell-commands/mirror | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 git-shell-commands/mirror (limited to 'git-shell-commands/mirror') diff --git a/git-shell-commands/mirror b/git-shell-commands/mirror deleted file mode 100755 index 8d7a648..0000000 --- a/git-shell-commands/mirror +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# * mirror -# Mirror the repository -# ssh git@host mirror git://url/repo.git - -set -E - -for _m in "$@"; do - git clone --mirror "$_m" -done -- cgit v1.2.3-54-g00ecf