... case "$1" in "IN_ACCESS") warn_admin.sh ;; "IN_CLOSE_WRITE") close_connection.sh ;; *) echo "Event $1 not considered!" ;; ...