From 9762688aafa13bdeebd731dd6358d718018c17c7 Mon Sep 17 00:00:00 2001 From: mallorysmith64 Date: Mon, 18 Nov 2019 04:12:28 -0500 Subject: [PATCH] commented out last script --- script.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script.sh b/script.sh index 30605df..d19dcac 100755 --- a/script.sh +++ b/script.sh @@ -123,7 +123,7 @@ #Create Folder and Write to File: first echo writes to file created, 2nd echo consoles response -mkdir hello -touch "hello/world.txt" -echo "Hello World" >> "hello/world.txt" -echo "Created hello/world.txt" \ No newline at end of file +# mkdir hello +# touch "hello/world.txt" +# echo "Hello World" >> "hello/world.txt" +# echo "Created hello/world.txt" \ No newline at end of file