From 95e66a472b9ed2ea3a286dd8e9e8e41e85cdf6a6 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Thu, 1 Jul 2021 19:37:23 +0200 Subject: [PATCH] Specify interpreter --- subjects/now-get-to-work/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/now-get-to-work/README.md b/subjects/now-get-to-work/README.md index 77c2eb74..409602ad 100644 --- a/subjects/now-get-to-work/README.md +++ b/subjects/now-get-to-work/README.md @@ -11,7 +11,7 @@ Submit your solution in the file `my_answer.sh` that will print it when executed ### Utilisation ```console -$ ./my_answer.sh | cat -e +$ bash my_answer.sh | cat -e John Doe$ $ ```