commit 630cdc7719cc356f8a8ceb2d53798c2de6e9f471 parent a5524043b074bb8073ccee63605254eeff68e0b7 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 17 Apr 2020 21:20:58 +0200 Add trailing newline to sysstatus Diffstat:
M | .local/bin/sysstatus | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/sysstatus b/.local/bin/sysstatus @@ -71,4 +71,4 @@ elif type iwgetid >/dev/null 2>&1; then fi # date -printf ' %s' "$(date +'%F %a %T')" +printf ' %s\n' "$(date +'%F %a %T')"