#!/bin/sh
# based on script by (c) vip at linux.pl, wolf at pld-linux.org

app=/usr/lib64/mozilla-thunderbird-bin/thunderbird

exec "$app" "$@"
