From 839c8c1b36fa6b6d1188cfbdae589c8d892b0517 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 7 Feb 2014 09:21:50 +1300 Subject: Add remind script Need to work out if the sed(1) call is actually required, or if remind(1) does actually allow controlling the format of output at all --- sh/profile.d/remind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/profile.d/remind.sh b/sh/profile.d/remind.sh index 1c92b584..bb7dabeb 100644 --- a/sh/profile.d/remind.sh +++ b/sh/profile.d/remind.sh @@ -1,6 +1,6 @@ # Show reminders on login if command -v remind >/dev/null 2>&1 && [ -f "$HOME"/.reminders ] ; then printf '\n' - remind "$HOME"/.reminders + remind "$HOME"/.reminders | sed /^$/d fi -- cgit v1.2.3