scripts/bash/usr-local-bin/claws-mail

6 lines
76 B
Bash
Executable File

#!/usr/bin/env bash
set -x
flatpak run org.claws_mail.Claws-Mail $@
set +x