From 618050df907c9a7d75431afaf600779b36f4faf6 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 21 May 2017 20:15:37 -0700 Subject: [PATCH] trb.sh: Trim results print to terminal --- trb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/trb.sh b/trb.sh index a1f0f7a..b953226 100755 --- a/trb.sh +++ b/trb.sh @@ -20,5 +20,6 @@ else results=$($su_prompt "/sbin/fstrim -va") notify-send "${results}" + echo "${results}" fi