From c8e1a9d9d7b22a49aedfce162ede3b6eee7fffe1 Mon Sep 17 00:00:00 2001 From: Bob Faist Date: Fri, 20 May 2016 09:05:14 -0400 Subject: [PATCH] Update bash.bash Semicolon is not required. --- b/bash.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b/bash.bash b/b/bash.bash index 3e7c682f..cd162899 100644 --- a/b/bash.bash +++ b/b/bash.bash @@ -1,3 +1,3 @@ #!/bin/bash -echo "Hello World!"; \ No newline at end of file +echo "Hello World!"