#!/bin/bash echo "Hi,Who are you?" echo -n "Please input your name:" #讀取使用者輸入 read name echo "Hello, my name is $name."
Last updated 4 years ago