I have a small program that should run every 5 minutes.
I currently have a script shell that performs this task, but I want to give the user the ability to run it without additional scripts using a key in the CLI.
What is the best way to achieve this?
haskell infinite-loop periodic-task periodic-processing
Filip van hoft
source share