summarylogtreecommitdiffstats
path: root/thunderbird60.sh
blob: 3c94127ef1b75841fe164b71c02a9227833528bf (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/bash

if
	[ ! -d $HOME/.thunderbird60 ]
then
	install -d -m 0700 $HOME/.thunderbird60
fi

exec /opt/thunderbird60/thunderbird --profile $HOME/.thunderbird60 "$@"