From 83205d48a529ca0398beabc2a584262dc6ba16ed Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Oct 2022 00:17:46 +0100 Subject: [PATCH] docs(daily-email): add link --- website/src/daily-emails/2022-10-19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.