diff options
Diffstat (limited to 'booksplit')
-rwxr-xr-x | booksplit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/sh #================================== -# Copyright Luke Smith +# Copyright Luke Smith, GPLv3 # This notice by Zachary Smith (unrelated) # booksplit is designed to split audiobooks into chapters # it can also be used to split whole albums into songs @@ -28,7 +28,7 @@ ext="mp3" #ext="${1#*.}" # Get the total number of tracks from the number of lines. -total="$(wc -l < "$2")" +#total="$(wc -l < "$2")" while read -r x; do |