I have a script to convert files, but each time i have to copy that script to the directory where my files are located and open a terminal and run that script every time i need to perform that action. I have an idea of running a cron job to look after new files to a specific directory, and if any new file is added the script must start executing.
Help me out! Thanks in advance