refactor: bashism

This commit is contained in:
Harshith 2021-06-21 21:53:15 +05:30
parent e0215ee639
commit 5b4122fe2d

View File

@ -222,7 +222,8 @@ open_episode () {
# Start Up # # Start Up #
############ ############
trap "echo -e '$c_reset'" INT HUP # to clear the colors when exited using SIGINT
trap "printf '$c_reset'" INT HUP
dep_ch "$player_fn" "curl" "sed" "grep" dep_ch "$player_fn" "curl" "sed" "grep"