comment out broken code

main
Crimson Tome 2022-05-04 02:52:38 +01:00 committed by GitHub
parent d44d70bd26
commit 41024e4a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;