Little script to run peerscrawl.php in loop; first commit
This commit is contained in:
parent
10e2e1b58a
commit
ec9b65e42f
1 changed files with 8 additions and 0 deletions
8
web/clitools/maintain/pcloop.bash
Executable file
8
web/clitools/maintain/pcloop.bash
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
trap "exit" INT
|
||||
basedir=`dirname "$0"`
|
||||
cd "$basedir/.."
|
||||
while true; do
|
||||
./peerscrawl.php -e peerscrawl.exclude -E &> peerscrawl.log
|
||||
done
|
||||
exit 0;
|
Loading…
Reference in a new issue