Skip to content

Commit 944515c

Browse files
committed
Add generate-code.sh for bash
1 parent 2d23eac commit 944515c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

generate-code.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
declare -r SCRIPT_DIR=$(realpath "$(dirname "$0")")
4+
5+
dotnet run --project "$SCRIPT_DIR/CodeGen"

0 commit comments

Comments
 (0)