From 359933ea202aa650a66b891743ee03a436a6fafa Mon Sep 17 00:00:00 2001 From: Fonata Date: Fri, 9 Jul 2021 15:44:09 +0200 Subject: [PATCH] Add another solution --- SC1111.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SC1111.md b/SC1111.md index 42d668e..862c429 100644 --- a/SC1111.md +++ b/SC1111.md @@ -26,4 +26,10 @@ If you want to use literal slanted double quotes for typographic reasons, you ca printf 'Warning: “wakeonlan” is not installed.\n' ``` +Alternatively, use single slanted Unicode quotes like so: + +```sh +printf "Warning: ‘wakeonlan’ is not installed.\n" +``` + You can also just [[ignore]] this warning. \ No newline at end of file