Skip to content

Commit

Permalink
#1 scheduler script
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioBalinzo authored May 27, 2022
1 parent 875be2b commit 4728b72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pisec-crawler.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
while :
do
echo "------- Starting Pisec Crawler! --------"
./crawler
sleep 3600
done

0 comments on commit 4728b72

Please sign in to comment.