mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
5 lines
186 B
Bash
5 lines
186 B
Bash
#!/bin/bash
|
|
# Slow arXiv fetcher: 1 request every 6s, 49 domains ≈ 5 minutes
|
|
# Writes directly to /dev/shm SQLite, copies back on completion
|
|
|
|
python3 /home/allaun/serial_arxiv.py 2>&1
|