#!/usr/bin/env bash # trap ctrl-c and call ctrl_c() trap ctrl_c INT function ctrl_c() { echo echo "** Trapped CTRL-C: Skipping Current Task **" e