SH FILES

install a .sh file

Make sure the file is set to "executable"

# chmod a+x name_of_file.bin

and

run it by writing as root

# ./name_of_file.sh or # sh name_of_file.sh