mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-06-06 13:09:32 -07:00
parent
bf903f746e
commit
b4d98eb249
10
ani-cli
10
ani-cli
@ -78,6 +78,16 @@ get_links () {
|
||||
'
|
||||
}
|
||||
|
||||
dep_ch () {
|
||||
for dep; do
|
||||
if ! command -v "$dep" >/dev/null ; then
|
||||
die "Program \"$dep\" not found. Please install it."
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
dep_ch "mpv" "curl" "sed"
|
||||
|
||||
#####################
|
||||
## Anime selection ##
|
||||
#####################
|
||||
|
Loading…
x
Reference in New Issue
Block a user