index
:
cue-bin-split
develop
master
more-tests
Splits a raw binary PCM stream into individual tracks based on times extracted from a cue file
David Phillips
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
001-basic.test
/
run.sh
blob: 4e67e1d135c9a0295f258b338fafb02c9c2213ec (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
${EXECUTABLE}
if
[
$?
-eq
0
];
then
exit
1
else
exit
0
fi