mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-06 18:49:45 +00:00
9 lines
106 B
Bash
Executable file
9 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /var/web
|
|
while true; do
|
|
php5 run.php cronjob/run
|
|
sleep 90
|
|
done
|
|
exec bash
|
|
|