diff options
Diffstat (limited to 'booksplit')
-rwxr-xr-x | booksplit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |