From 103f6413fd0c4536a19e7030d9e448566b16a96e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 30 May 2015 18:19:34 +0200 Subject: [PATCH] Corrected second lesson. --- learn.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/learn.sh b/learn.sh index b01f117..904f06a 100644 --- a/learn.sh +++ b/learn.sh @@ -220,11 +220,8 @@ until [ "$try" = "y" ]; do Task: Create a script named first_script.sh that prints \"Hello World! :)\" -(with the quotes) when you execute it -(type exit when you're done, -r to repeat the lesson and -s to skip the exercise.) -using vi, nano or echo." +(with the quotes) when you execute it. Use vi, nano or echo, type exit when you're done, +r to repeat the lesson and s to skip the exercise." bash ./first_script.sh 2>&1 | grep -q "^\"Hello World! :)\"$" && try=y && ./first_script.sh || try=n clear