#!/usr/bin/env bash # # Invoke watch set -euo pipefail IFS=$'\n\t' DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" exec watch "$@"