From ba03972c994f4f2983738d26868f7c478ea329f2 Mon Sep 17 00:00:00 2001 From: "Tom J. Marcoen" Date: Fri, 26 May 2023 16:32:10 +0200 Subject: [PATCH] Update restricted-shells.md --- content/shells/restricted-shells.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shells/restricted-shells.md b/content/shells/restricted-shells.md index 32226df..d94ba47 100644 --- a/content/shells/restricted-shells.md +++ b/content/shells/restricted-shells.md @@ -287,7 +287,7 @@ for example, the `echo` command. ```sh -echo '#!/usr/bin/env bash' | tree script.sh +echo '#!/usr/bin/env bash' | tee script.sh echo '# Your code' | tee -a script.sh ``` ## Further Reading