#!/usr/bin/bash Hello(){ echo "input your name: " read name echo "hello $name" } echo "welcome to my first trustie project!" hello()