There is a readme markdown file for each script in the readme directory.
The shell scripts (.sh files) need to be executable to work. Here's how to make files executable in bash.
chmod 755 <script you want to run>For example, the follwing will make env.sh executable:
chmod 755 ./scripts/env.sh