diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/with-email | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/with-email b/bin/with-email index bd3ef96a..02789e96 100755 --- a/bin/with-email +++ b/bin/with-email @@ -76,6 +76,7 @@ now() { } OUT="$(mkstemp)" +trap 'rm -f "$OUT"' EXIT { printf 'Running command: %s\n' "$*" printf 'Starting at: %s\n' "$(now)" |
