aboutsummaryrefslogtreecommitdiff
path: root/src/novel_command.sh
blob: ccd66e202270c8572e1a748d9ff235c8643c5f95 (plain) (blame)
1
2
3
4
5
# Obtain user's chapter choice
chapter_location="$(chapter_selection "https://www.honeyfeed.fm/novels/${args[id]}")"

# Display chapter
chapter_reader "${chapter_location}"