天天看点

第一个shell

#!/bin/sh

read –p “input your name:” name

echo “your name is:"

echo $name

本文转自xcjgutong 51CTO博客,原文链接:http://blog.51cto.com/xuchengji/298308