mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08:00
refactor: bashism
This commit is contained in:
parent
e0215ee639
commit
5b4122fe2d
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user