I have the following bash script:
#!/bin/bash function hello { echo "Hello World!" } trap hello EXIT
The problem is that thi