1
1
mirror of https://github.com/ksyasuda/aniwrapper.git synced 2025-06-04 13:09:33 -07:00

refactor: error goes to stderr

This commit is contained in:
Harshith 2021-06-11 19:10:54 +05:30
parent b4d98eb249
commit 7f6d6db1b2

@ -25,7 +25,7 @@ help_text () {
die () {
printf "$c_red%s$c_reset\n" "$*" >&1
printf "$c_red%s$c_reset\n" "$*" >&2
exit 1
}