You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update start.sh
- the codes cds into its folder which makes it possible to run script from any directory
- saves the return code from previous commands to a variable and returns it at exit. Without saving the exit code into a variable exit $? return the return code of the echo statement which is always 0.
* doc: add comment explaining why we cd into the parent folder in start.sh
* set the parent of the script as current location
---------
Co-authored-by: Pamela Fox <[email protected]>
0 commit comments