#!/bin/sh

if [ ! -e ~/.vendetta ] ; then
	cp -vR "DATADIR"/install ~/.vendetta
fi

exec "DATADIR"/vendetta "$@"
