Merge pull request #17 from r2dev2/master

Reset shell color when exiting via keyboard interrupt
This commit is contained in:
Harshith 2021-06-21 21:52:45 +05:30 committed by GitHub
commit e0215ee639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,6 +222,8 @@ open_episode () {
# Start Up #
############
trap "echo -e '$c_reset'" INT HUP
dep_ch "$player_fn" "curl" "sed" "grep"
# option parsing