#!/bin/bash

echo Give me an intiger
read int1
echo Give me another intiger
read int2
echo Addition $int1 + $int2