#!/usr/bin/env bash

source ~/code/machineconfig/.venv/bin/activate
python $(dirname $(dirname $0))/python/ftpx.py "$@"
if [ -n "$VIRTUAL_ENV" ]; then
  deactivate || true

fi
