Add os.args to demo.

This commit is contained in:
Jeroen van Rijn
2023-11-27 21:01:27 +01:00
parent f79efd43e4
commit 4aa8834d39
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ build_odin() {
}
run_demo() {
./odin run examples/demo/demo.odin -file
./odin run examples/demo/demo.odin -file -- Hellope World
}
if [ $# -eq 0 ]; then