summaryrefslogtreecommitdiff
blob: 113f5d0925b1047ec99cb5e9e3b5db7bf94dccbc (plain)
1
2
3
4
5
6
7
#!/bin/sh

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

exec "DATADIR"/vendetta "$@"