diff --git a/website/src/daily-emails/2022-10-19.md b/website/src/daily-emails/2022-10-19.md index a99798dd9..fb32fd91f 100644 --- a/website/src/daily-emails/2022-10-19.md +++ b/website/src/daily-emails/2022-10-19.md @@ -6,7 +6,7 @@ permalink: archive/2022/10/20/run-vs-task-runners # - --- -I've written a few earlier emails about `run` files - a simple bash file that I add to my projects to simplify or combine common commands that I need to run often. +[I've written a few earlier emails](https://www.oliverdavies.uk/archive/2022/08/15/using-run-file-simplify-project-tasks) about `run` files - a simple bash file that I add to my projects to simplify or combine common commands that I need to run often. Recently, I've looked at a couple of alternatives to see how they compare.