4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
BASEDIR=$(dirname "$0")
|
|
cd "$BASEDIR"
|
|
php peerscrawl.php -e peerscrawl.exclude && php crawler.php
|