Initial VRC OSC commit
This commit is contained in:
7
bin/vrc_osc.ps1
Normal file
7
bin/vrc_osc.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$RootDir = Resolve-Path (Join-Path $ScriptDir "..")
|
||||
$EntryPoint = Join-Path $RootDir "src\app.py"
|
||||
|
||||
python $EntryPoint
|
||||
Reference in New Issue
Block a user