From ed1ca1c70e24dea4b92e7dcb3ac391de6988ca22 Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Fri, 19 Aug 2022 09:53:55 +1000 Subject: Update bash help: - remove trailing spaces --- bash.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash.html.markdown') diff --git a/bash.html.markdown b/bash.html.markdown index 4ab800a4..3f1e8b70 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -42,8 +42,8 @@ echo "Hello world!" # => Hello world! # Each command starts on a new line, or after a semicolon: echo "This is the first command"; echo "This is the second command" -# => This is the first command -# => This is the second command +# => This is the first command +# => This is the second command # Declaring a variable looks like this: variable="Some string" -- cgit v1.2.3