roc_samples/looprun.bat
cecilkorik 12cb7128f7 split everything in roc_samples out of the main roc project
refactored as needed to make roc work as a shared library, without any stupid import hacks
2017-05-08 23:49:09 -07:00

6 lines
73 B
Batchfile
Executable file

@echo off
:restart
roc_test.py
pause
echo Starting...
goto restart