mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-05 02:53:37 -08:00
refactor: bashism
This commit is contained in:
3
ani-cli
3
ani-cli
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user