We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb6475 commit 66e8adaCopy full SHA for 66e8ada
public/download.sh
@@ -5,6 +5,8 @@ if [[ $# -eq 0 ]] ; then
5
exit 1
6
fi
7
8
+mkdir -p "$1"
9
+
10
for url in $(curl https://raw.githubusercontent.com/pypi-data/data/main/links/repositories.txt); do
11
git -C "$1" clone "$url" --depth=1 --no-checkout --branch=code
12
done
0 commit comments