mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08: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 ##
|
## Anime selection ##
|
||||||
#####################
|
#####################
|
||||||
|
Loading…
Reference in New Issue
Block a user