@ -0,0 +1,8 @@
#!/usr/bin/bash
Hello(){
echo "input your name: "
read name
echo "hello $name"
}
echo "welcome to my first trustie project!"
hello()