Skip to content

Commit 66e8ada

Browse files
committed
mkdir
1 parent 3fb6475 commit 66e8ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/download.sh

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if [[ $# -eq 0 ]] ; then
55
exit 1
66
fi
77

8+
mkdir -p "$1"
9+
810
for url in $(curl https://raw.githubusercontent.com/pypi-data/data/main/links/repositories.txt); do
911
git -C "$1" clone "$url" --depth=1 --no-checkout --branch=code
1012
done

0 commit comments

Comments
 (0)