diff options
| author | St33v <github@f3rr3t.com> | 2026-03-15 14:01:51 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-03-15 14:01:51 +1100 |
| commit | 43d235dc0b60da8510a388bfd7f1491c1a73c6d6 (patch) | |
| tree | c67fff79e969967e62450ac7347a18689b4da038 | |
| parent | 9bf05ca7cdc1267a67fd9460590cfff105ae0cd6 (diff) | |
ready for claude
| -rwxr-xr-x | synopticChart.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synopticChart.sh b/synopticChart.sh index 5fcd2f7..e7d3726 100755 --- a/synopticChart.sh +++ b/synopticChart.sh @@ -14,6 +14,7 @@ source func/deriveTimeString.sh dateTime=$(DeriveTime) latestChart=IDY00030.${dateTime}.pdf +#printf "latestChart filename: %s\n" ${latestChart} # -q no config file lookup # -f fail early @@ -32,5 +33,5 @@ if [ $curlExit -gt 0 ] ; then fi -convert -density 300 ${latestChart} ${dateTime}.png +magick -density 300 ${latestChart} ${dateTime}.png |
