#!/bin/bash

path=`python -c "import imp;print(imp.find_module('BakeOutControlDS')[1])"`
cd $path
screen -dm -S BakeOutControlDS-$1 python BakeOutControlDS.py $1 $2

