Moved lasp_playback to this repo
This commit is contained in:
parent
a8c71f7aa0
commit
0475b7a60b
7
scripts/lasp_playback
Executable file
7
scripts/lasp_playback
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
import sys
|
||||
from lasp.lasp_playback import Playback
|
||||
|
||||
fn = sys.argv[1]
|
||||
p = Playback(fn)
|
||||
p.start()
|
Loading…
Reference in New Issue
Block a user