Moved lasp_playback to this repo

This commit is contained in:
Anne de Jong 2018-07-31 11:23:39 +02:00 committed by J.A. de Jong - ASCEE
parent a8c71f7aa0
commit 0475b7a60b

7
scripts/lasp_playback Executable file
View 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()