mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Use prompt argument in read
This commit is contained in:
parent
ce94f3ee8e
commit
01145e8d4e
@ -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:"; read -r booktitle
|
||||
read -rp "Enter the album/book title: " booktitle
|
||||
|
||||
echo "Enter the artist/author:"; read -r author
|
||||
read -rp "Enter the artist/author: " author
|
||||
|
||||
echo "Enter the publication year:"; read -r year
|
||||
read -rp "Enter the publication year: " year
|
||||
|
||||
inputaudio="$1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user