mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2025-06-13 12:54:28 +00:00
Removed sleep
This commit is contained in:
parent
c5e0afd327
commit
c6c21460c1
@ -2,9 +2,8 @@
|
||||
|
||||
download_for_directory() {
|
||||
cd $1
|
||||
sleep 0.1
|
||||
for f in *; do
|
||||
if [ -d "$f" ]; then
|
||||
if [ -d "$f" ]; then
|
||||
download_for_directory $f &
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user