From 581865ee0c8b8aea872f053d804a41fb5f416b17 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 20 Jun 2023 23:01:09 +0200 Subject: Various shellcheck fixes (www.shellcheck.net) --- popup-cal12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup-cal12') diff --git a/popup-cal12 b/popup-cal12 index cbe089a..1c85b3d 100755 --- a/popup-cal12 +++ b/popup-cal12 @@ -3,4 +3,4 @@ # Popup terminal displaying cal -3 # Requires: st (suckless terminal) -st -T "stfloat" -g 69x36+620+250 -e sh -c 'cal $(date +%Y); read x' +st -T "stfloat" -g 69x36+620+250 -e sh -c "cal $(date +%Y); read x" -- cgit v1.3