initial commit
This commit is contained in:
7
scripts/run.ps1
Normal file
7
scripts/run.ps1
Normal file
@ -0,0 +1,7 @@
|
||||
$path_root = split-path -Path $PSScriptRoot -Parent
|
||||
$path_build = join-path $path_root 'build'
|
||||
|
||||
Push-Location $path_build
|
||||
$forth = join-path $path_build 'forth.exe'
|
||||
& $forth
|
||||
pop-location
|
Reference in New Issue
Block a user