Elixir standalone script in a Linux cron

Hello,

Is there a way I can write an elixir script and schedule it in a Linux cron job to perform some repetitive tasks?

I would like the script to invoke some Ecto functions from modules defined inside an Elixir mix project.

Any help would be most appreciated.

Thanks.

Jerry