mono/packages/search/scripts/continents.sh
2025-03-11 11:28:14 +01:00

5 lines
635 B
Bash

osr-ai chatgpt prompt --query="create a json formatted string, containing an array, with all continents " --dst="./data/continents.json" --append=true --filters=JSON
osr-ai chatgpt prompt --query="create a json formatted string, containing an array, with all major countries in Europe, as list, dont create objects" --dst="./data/europe.json" --append=true --filters=JSON
osr-ai chatgpt prompt --query="create a json formatted string, containing an array, with all major countries in Europe, as list, dont create objects, each country should contain a list of its major cities" --dst="./data/europe.json" --append=true --filters=JSON