projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b9f7c88
)
mp3splt-audiobook: use -f flag
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sat, 15 Jun 2013 23:36:31 +0000 (16:36 -0700)
committer
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sat, 15 Jun 2013 23:38:41 +0000 (16:38 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
mp3splt-audiobook
patch
|
blob
|
history
diff --git
a/mp3splt-audiobook
b/mp3splt-audiobook
index
4d72904
..
f07858c
100755
(executable)
--- a/
mp3splt-audiobook
+++ b/
mp3splt-audiobook
@@
-12,4
+12,4
@@
die() {
which mp3splt &> /dev/null \
|| die "you must install mp3splt, the mp3 splitting utility."
-mp3splt -t 5.0 -n -o '@n' $@
+mp3splt -t 5.0 -n -f -o '@n' $@