Skip to content

Instantly share code, notes, and snippets.

@gaboratorium
Created September 14, 2017 11:15
Show Gist options
  • Save gaboratorium/0f933c5737329f2a1c973459c98723e7 to your computer and use it in GitHub Desktop.
Save gaboratorium/0f933c5737329f2a1c973459c98723e7 to your computer and use it in GitHub Desktop.
Bash #bash
  • printenet to print environment variables
  • printenv | grep APPLICATION to filter for APPLICATION
  • export $(./path/to/file) to export file's content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment