mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
10 lines
113 B
Bash
Executable file
10 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /var/web
|
|
while true; do
|
|
php5 run.php cronjob/runblocks
|
|
sleep 20
|
|
done
|
|
exec bash
|
|
|
|
|