5 lines
85 B
Bash
5 lines
85 B
Bash
echo "主文件夾 = $HOME"
|
|
# mkdir usr_home || true
|
|
# HOME=./usr_home
|
|
deno task run
|