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
Support shell scripts, i.e. files containing multiple commands that are run in sequence. Need to decide on syntax, if they have an executable flag set can we just run them using myscript.sh, and/or do we support a built-in command such as bash myscript.sh?
Care needed modifying environment, pwd, etc whilst running the script (and scripts called by the first script) and their propagation to the top-level terminal.
The text was updated successfully, but these errors were encountered:
Support shell scripts, i.e. files containing multiple commands that are run in sequence. Need to decide on syntax, if they have an executable flag set can we just run them using
myscript.sh
, and/or do we support a built-in command such asbash myscript.sh
?Care needed modifying environment, pwd, etc whilst running the script (and scripts called by the first script) and their propagation to the top-level terminal.
The text was updated successfully, but these errors were encountered: