1640阅读 0评论2015-08-29 wq4113 分类:系统运维
#!/bin/bash echo "Please enter your first and last name:" read YD echo "Hellow $YD , welcome to bash scripting ...!" exit 0