Hacker News new | ask | show | jobs
by nequo 659 days ago
You could probably build a mirror with `wget -r` without writing a crawler.
2 comments

nohup wget -r -np https://downloads.tuxfamily.org/openmathdep/

seems to be working pretty well for me

Brilliant! This is exactly what I was hoping for: Thank you!
Exactly!