Sounds like your script lacks a shebang line. Make sure the very first line of the script reads: #!/usr/bin/env bash. or #!/bin/bash.
確定! 回上一頁