From 2b1d1c95a87188e023807621e4df42f789cce4d0 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 18:46:06 +1300 Subject: [PATCH] Remove unneeded quotes Signed-off-by: Richie Bendall --- b/bash.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b/bash.bash b/b/bash.bash index 23bf47c0..a9f4e386 100755 --- a/b/bash.bash +++ b/b/bash.bash @@ -1,3 +1,3 @@ #!/bin/bash -echo "Hello World" +echo Hello World