Files
scripts-bash/get_flag.sh
2026-03-30 15:48:25 -06:00

10 lines
196 B
Bash
Executable File

#!/bin/bash
country_code=$(curl -s http://ip-api.com/json/ | jq -r '.countryCode')
#python3 -c "code='$country_code'; print(''.join([chr(127397 + ord(c)) for c in code]))"
echo $country_code