Add a "w" alias for watch.

This commit is contained in:
Tom Alexander
2023-07-03 12:54:10 -04:00
parent 1d97921e7b
commit 55fec03445
4 changed files with 52 additions and 1 deletions

View File

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