************* Shell Scripts ************* .. admonition:: reading We will loosely follow the Software Carpentry `Shell Scripts `_ lesson from `The Unix Shell `_ One thing that this lesson does not discuss is how to make our scripts executable without having to run them as: .. prompt:: bash myscript.sh To do this, we need to understand file permissions, which will cover next.