Skip to content

Commit ff6a018

Browse files
author
Bao Zhiyuan
committed
update
1 parent 9f79489 commit ff6a018

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

simple-use.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
moon new hello
22
Set-Location -Path "hello"
33
moon add bzy-debug/hello
4-
moon run main
4+
moon run src/main
55
Set-Location -Path ".."

simple-use.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
set -xeuo pipefail
12
moon new hello
23
pushd hello || exit 1
34
moon add bzy-debug/hello
4-
moon run main
5+
moon run src/main
56
popd || exit 1

0 commit comments

Comments
 (0)