cat stack.sh #!/bin/sh if [[ $1 = "-o" ]]; then echo "Option -o turned on" else echo ... For a script using this code see - script example
確定! 回上一頁