Here is our first bash shell script example: #!/bin/bash # declare STRING variable. STRING="Hello World" #print variable on a screen
確定! 回上一頁