Skip to content

Commit

Permalink
Merge branch 'master' of github.com:squaredproject/Entwined
Browse files Browse the repository at this point in the history
  • Loading branch information
bbulkow committed Dec 23, 2020
2 parents 29ed1bf + a5a4f65 commit a3f088f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oldlx/Trees/data/concat_vj_sessions.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
import os
import sys

###
### script to concat multiple playlists together
### also inserts a FINISH element at the end so the merged playlist loops
### Usage: Usage: ./concat_vj_sessions.py input1.json input2.json input2.json output.json


if len(sys.argv) == 1:
print 'Usage:', sys.argv[0], '<input>... <output>'
sys.exit(1)
Expand Down

0 comments on commit a3f088f

Please sign in to comment.