#!/bin/bash while true; do source .env 2> /dev/null KEEP_ALIVE=$(curl -s 'https://faisanet.mib.com.mv/aProfile/keepAlive' \ -X 'POST' \ -H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave; time-tracker=600") echo $KEEP_ALIVE sleep 300 done