#!/bin/bash
#testing the read command
echo -n "enter your key: "
read key
echo "hello $key ,welcome to my program."
#!/bin/bash
#testing the read command
echo -n "enter your key: "
read key
echo "hello $key ,welcome to my program."

被折叠的 条评论
为什么被折叠?