Your IP : 216.73.216.146


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

#!/bin/bash

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