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
/
005-invalid-arg.test
/
run.sh
blob: 3afc848085ff8dea1d8d8f3b56f5b944883f2909 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
${EXECUTABLE}
-Q
seventeen
if
[
$?
-eq
0
];
then
exit
1
else
exit
0
fi