diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-20 23:01:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-20 23:01:09 +0200 |
| commit | 581865ee0c8b8aea872f053d804a41fb5f416b17 (patch) | |
| tree | 9a2f99ea48c31629a5c3c42b0454483982cdbfed /popup-cal12 | |
| parent | c5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff) | |
| download | scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip | |
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to 'popup-cal12')
| -rwxr-xr-x | popup-cal12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup-cal12 b/popup-cal12 index cbe089a..1c85b3d 100755 --- a/popup-cal12 +++ b/popup-cal12 | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | # Popup terminal displaying cal -3 | 3 | # Popup terminal displaying cal -3 |
| 4 | # Requires: st (suckless terminal) | 4 | # Requires: st (suckless terminal) |
| 5 | 5 | ||
| 6 | st -T "stfloat" -g 69x36+620+250 -e sh -c 'cal $(date +%Y); read x' | 6 | st -T "stfloat" -g 69x36+620+250 -e sh -c "cal $(date +%Y); read x" |
