Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ That's the absolute path to the `bash` interpreter. You can tell your program to

### 70.1

Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to `bash`. Run your script by executing it with `./questionnaire.sh`
Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to bash. Execute your script with `./questionnaire.sh`. You will get a permission denied error.

#### HINTS

Expand Down
2 changes: 1 addition & 1 deletion tutorial.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"d511b6744933d3a9c7e8b08ff0e17c0184a74fb7"
]
},
"content": "Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to `bash`. Run your script by executing it with `./questionnaire.sh`",
"content": "Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to bash. Execute your script with `./questionnaire.sh`. You will get a permission denied error.",
"hints": [
"Type `./questionnaire.sh` in the terminal and press enter",
"Make sure you are in the `project` folder first",
Expand Down