天天看點

第一個shell

#!/bin/sh

read –p “input your name:” name

echo “your name is:"

echo $name

本文轉自xcjgutong 51CTO部落格,原文連結:http://blog.51cto.com/xuchengji/298308