#!/bin/bash
if [ "$1" == "" ] ; then
    echo Specify url file!
    exit 1
fi
. ./$1
shift
python3 $repo/manage.py version_control $url