diff --git a/01-read-input_copy_cli.sh b/01-read-input_copy_cli.sh old mode 100644 new mode 100755 index 2cb55a5e..0137319a --- a/01-read-input_copy_cli.sh +++ b/01-read-input_copy_cli.sh @@ -1,10 +1,4 @@ #!/bin/bash -echo "Hello Steven Lopez!" -echo "How old are you?" -read age -echo 'Thanks Steven! I see you are ' $age ' years old' +echo "Hello Erick Vale!" -echo "What school do you currently attend?" -read school -echo 'Nice! ' $school ' sounds like a great place to learn.' diff --git a/screenshot-assn5b.png b/screenshot-assn5b.png new file mode 100644 index 00000000..cb32549e Binary files /dev/null and b/screenshot-assn5b.png differ