Suppose I want to associate PPT files to be opened with a bash script that converts it to PDF then opens it with the approperiate PDF editor. How do I do that?
Conversion will be done with uniconv as I learnt from another question
uniconv -f pdf presentation.odt
I believe I have to change "presentation.odt" with the filename that triggered this script