Skip to content

Instantly share code, notes, and snippets.

@alialavia
Last active May 18, 2022 15:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alialavia/7a29ea149870e151b4a27d53993d5d17 to your computer and use it in GitHub Desktop.
Save alialavia/7a29ea149870e151b4a27d53993d5d17 to your computer and use it in GitHub Desktop.
#!/bin/bash
WORKING_DIR=/home/myuser/example.com/example-django
cd ${WORKING_DIR}
source .server.envrc
source ENV/bin/activate
exec $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment