#!/bin/bash
LIB_DIR=./Mailnag

cd $(dirname $(readlink -f $0))
python2 $LIB_DIR/mailnag.py $@ &

