#!/bin/bash

if [[ ! `pidof -sx model100` ]]; then
	$HOME/bin/model100 --verbose 2>> $HOME/logs/model100.err 1>> $HOME/logs/model100.log &
fi
