6 lines
69 B
Bash
6 lines
69 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd "${COZE_WORKSPACE_PATH}"
|
||
|
|
|
||
|
|
echo "✅ 初始化完成"
|