Skip to content

Commit

Permalink
add windows and linux run scripts. requires recent build of ntvcm
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Jul 13, 2024
1 parent ee61228 commit dc39257
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Z80 CamelForth v101/m.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ntvcm -p -f:%1.f camel80

3 changes: 3 additions & 0 deletions Z80 CamelForth v101/m.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)

../ntvcm -p -f:$str.F CAMEL80

0 comments on commit dc39257

Please sign in to comment.