summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-07 14:42:38 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-07 14:42:38 +0900
commit2c016411aca567b09a0046ffeb38f6289d58550d (patch)
treebde2cf5f61c30c5c90eed2efd3d5a3001f8ad6c5 /ar
parentde749f527293b96ef8f3c54575e6bacb436b17b5 (diff)
modified bin/albumsplit
Diffstat (limited to 'ar')
-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"