Add standard

master
pskb5lxcu 4 years ago
parent 26bced83f7
commit a14f773eee

@ -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()
Loading…
Cancel
Save