#!/bin/bash set -e if [ ! -d /opt/mysite ] then cd /opt django-admin startproject mysite fi