that was a mistake, just stay quite and use whatever

This commit is contained in:
Shihaam Abdul Rahman 2024-10-19 02:42:57 +05:00
parent f29417f9e9
commit 77ac4dca59
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 2 additions and 12 deletions

View File

@ -1,13 +1,7 @@
#!/bin/bash
if [ -f .env ]; then
source .env
else
echo .env file not found, using env
fi
while true; do
source .env 2> /dev/null
curl '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"

6
tx.sh
View File

@ -1,10 +1,6 @@
#!/bin/bash
if [ -f .env ]; then
source .env
else
echo .env file not found, using env
fi
source .env 2> /dev/null
curl 'https://faisanet.mib.com.mv/ajaxAccounts/trxHistory' \
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave" \