Automatically run bash script

Hi!

I want to run/execute a bash script automatically everytime when a specific file is created or when its timestamp changes. Is this possible? How?

Thank you very much for your answers in advance,
Regards,
Christoph

run it with cron and check for excistance of the file...