When you use ./scriptname.sh it executes with /bin/bash as in the first line with #! . But when you use sh scriptname.sh it executes sh ...
確定! 回上一頁