Skip to content

Instantly share code, notes, and snippets.

@claudijd
Last active February 7, 2020 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudijd/b8f368c162929347e6545c12595a181d to your computer and use it in GitHub Desktop.
Save claudijd/b8f368c162929347e6545c12595a181d to your computer and use it in GitHub Desktop.
log = open("/Users/jclaudius/.aws/config", "r")
for line in log:
print(line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment