summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xar/.local/bin/albumsplit6
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.local/bin/albumsplit b/ar/.local/bin/albumsplit
index bdf637a..684bf93 100755
--- a/ar/.local/bin/albumsplit
+++ b/ar/.local/bin/albumsplit
@@ -4,11 +4,11 @@
[ ! -f "$2" ] && printf "The first file should be the audio, the second should be the timecodes.\\n" && exit
-echo "Enter the album/book title:"
+printf "Enter the album/book title:"
read -r booktitle
-echo "Enter the artist/author:"
+printf "Enter the artist/author:"
read -r author
-echo "Enter the publication year:"
+printf "Enter the publication year:"
read -r year
inputaudio="$1"