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 "$@"