#!/bin/sh trap 'echo bye ; exit 0' INT while [[ "" == "" ]]; do echo aa done