Run a script
This page was last updated on July 30, 2011.
- Run a script in a subshell of the current shell:
bash scriptname
or:
sh scriptname
source scriptname
./scriptname
scriptname
chmod u+x scriptname
scriptname
Obligatory Happy Ending
And they all lived happily ever after. The end.

Comment: