Skip to content

Instantly share code, notes, and snippets.

@aliva
Created October 2, 2015 12:03
Show Gist options
  • Save aliva/13916d5464397b249f48 to your computer and use it in GitHub Desktop.
Save aliva/13916d5464397b249f48 to your computer and use it in GitHub Desktop.
#!/bin/bash
export MY_STRING="This is a sample string"
python3 - << EOF
import os
print (os.getenv("MY_STRING"))
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment