#!/bin/bash : ' This script calculates the square of 5. ' ((area=5*5)) echo $area