From 41024e4a8fe23d72ac261190bb5bb2af548bd11c Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 4 May 2022 02:52:38 +0100 Subject: [PATCH] comment out broken code --- migrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate.sh b/migrate.sh index 95ce9e5..46440db 100755 --- a/migrate.sh +++ b/migrate.sh @@ -6,4 +6,4 @@ #thanks to SBRL for this handy git repo url finder find /home/ctome/git/ -mount -type d -name '.git' -print0 | xargs -0 -I {} bash -c 'dirgit="{}"; dir="$(dirname "${dirgit}")"; cd "${dir}" && echo -e "$(git remote -v | tr " " "\t" | cut -f 2 | head -n1)";' |grep .com > repos.txt && mkdir -p repos; -cd repos && cat ../repos.txt |xargs -0 git clone; +# cd repos && cat ../repos.txt |xargs -0 git clone;