how to run shell script

Shell
chmod +x <fileName>
./fileName.  # or use ->. bash fileName#!/bin/sh
Source

Also in Shell: