#!/usr/bin/env bash

. $HOME/scripts/activate_ve 've'

python -m machineconfig.scripts.python.url2md "$@"

if [ -n "$VIRTUAL_ENV" ]; then
  deactivate || true

fi
