Has anybody been able to execute a program on the database server from an Oracle trigger?

I have a table that when updated the users want a program to execute. I can exeute the program from a command line, but is there a way to get the trigger to execute something from the command line?