oh shit lol space

This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 11:02:02 +05:00
parent 5221780937
commit b873b950fb
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -6,7 +6,7 @@ FILENAME=${1}-${2}.json
while [ "$START_NUMBER" -le "$END_NUMBER" ];
do
echo Scraping: $NUMBER # print
CONTENT=$(curl -sihttps://app-production.dhiraagu.com.mv/io/v1/info/subscribers/$NUMBER/dir > .tmpcache) # curl output with http headers and data
CONTENT=$(curl -si https://app-production.dhiraagu.com.mv/io/v1/info/subscribers/$NUMBER/dir > .tmpcache) # curl output with http headers and data
DATA=$(cat .tmpcache | tail -n1) # get the json data from last line
HTTP_STATUS=$(cat .tmpcache | head -n1 | awk '{print $2}') # get the http code from first line