Wednesday, September 01, 2021

Run a command on "last day of month"

Hello,

I would like to run a command on "the last day of each month".

From what I understood reading the crontab(5) manpage, the simplest way
would be setting day-of-month to "28-31". But this would mean running
the command 4 times for months that have 31 days.

Is there a simpler/better way to configure crontab(1) to run a command
on "the last day of month" only ?

Thank you,
Joel C.

Re: update: devel/apktool 2.4.0 -> 2.5.0

On 21/08/14 01:33PM, octeep wrote:
>
> I've tested apktool 2.5.0 with this patch. Decompiling works, however
> re-compiling from the decompiled files do not work.

Thanks for testing that, I totally forgot apktool can compile apk as
well. However it looks like this is not a problem with apktool itself,
but a problem with aapt2, which does not support *BSD. I doubt if it can
be fixed in near term due to the complexity of the android building
infrastructure.

I don't have strong opinions on whatever this should be merged in the
current state so I will leave it here.