This website works better with JavaScript.
Explore
Help
Sign In
nebukadneza
/
kaffeenetz-parser
Watch
1
Star
0
Fork
You've already forked kaffeenetz-parser
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
kaffeenetz-parser
/
run.sh
9 lines
79 B
Raw
Permalink
Normal View
History
Unescape
Escape
Add runner
12 months ago
#!/bin/bash
while
true
;
do
Add date output to runner script
12 months ago
date
Add runner
12 months ago
./parser.py
Add date output to runner script
12 months ago
echo
-e
"\n\n"
Add runner
12 months ago
sleep
600
done