echo 2019年4月23日 2019年5月16日 bash #!/bin/bash echo 'Hello, world!' $ chmod +x hello.sh $ ./hello.sh Hello, world!