This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

演習課 WEEK12

演習課 WEEK12

vscode 設定救星-展開折疊的資料夾

vscode 設定救星-展開折疊的資料夾

[新手村系列] Python 101 快速入門教學

[新手村系列] Python 101 快速入門教學


Comments