This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
noodlesloves
/
GooglePoiCrawler
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
e1b9445cf5
Ramuri
Etichete
master
GooglePoiCrawle...
/
linux_loop.sh
linux_loop.sh
73 B
Istoric
Crud
1
2
3
4
5
6
#!/bin/bash
while :
do
python3 swire_shop_item_list.py
sleep 1
done