Shell Scripts

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:

bash myscript.sh

To do this, we need to understand file permissions, which will cover next.