Skip to content

Instantly share code, notes, and snippets.

@jrnewell
Created October 11, 2014 17:54
Show Gist options
  • Save jrnewell/d1b27cd0c102883ce7e5 to your computer and use it in GitHub Desktop.
Save jrnewell/d1b27cd0c102883ce7e5 to your computer and use it in GitHub Desktop.
Launch unity programs with local environment variables
#!/bin/bash -i
source /home/james/.bashrc && exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment