#! /bin/bash
echo 'Starting GC worker'
cd /
venv/bin/python -m workers.gcworker.gcworker 2>&1
echo 'Repository GC exited'