-
Notifications
You must be signed in to change notification settings - Fork 267
Bash
Christopher Degawa edited this page Jul 30, 2019
·
2 revisions
The actual shell that mintty usually uses.
Can be considered a scripting language also.
It's what the scripts in this suite use as an interpreter (The #!/usr/bin/bash
at the top of the script)
There are many other shells, that aren't used by the suite.
One command command I (@1480c1) recommend to remember for this suite is source /build/media-suite_helper.sh
as that will make all of the functions in the suite available to use in the shell.