Cloud Design Patterns: Prescriptive Architecture Guidance for Cloud Applications
http://msdn.microsoft.com/en-us/library/dn568099.aspx
#!/bin/bash source '/home/dev/.bashrc' echo -ne '\033]0;Web server\007' cd '/home/dev/src/proj1' source '/home/dev/src/venv/bin/activate' bash /home/dev/src/proj1/start_web_server.sh
#!/bin/bash gnome-terminal --window-with-profile=dev --working-directory='/home/dev/' -e 'bash --rcfile /home/dev/scripts/terminal1.sh' gnome-terminal --window-with-profile=dev --working-directory='/home/dev/' -e 'bash --rcfile /home/dev/scripts/terminal2.sh' gnome-terminal --window-with-profile=dev --working-directory='/home/dev/' -e 'bash --rcfile /home/dev/scripts/terminal3.sh'
pdb script.py
python -m pdb script.py