#!/bin/bash if [ -n "$1" ]; then # If first parameter passed then print Hi echo Hi $1. else echo "No parameters found. " fi.
確定! 回上一頁