Makefile: add pickrand
[cmccabe-bin] / mp3splt-audiobook
index fbe7572..f07858c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # Split an audiobook into multiple 5-minute segments.
@@ -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' $@