mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-05-23 09:05:48 -07: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…
x
Reference in New Issue
Block a user