How to call shell script from db2 triggger

Is there a way to call a shell script via db2 trigger?

I want to wake up a shell script to perform some action if there is a insert action on a db2 table.

create an external stored procedure and call it from that. You will need to use a language like C or Java.