Introduction
Introduction Statistics Contact Development Disclaimer Help
is-invidious-instance - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
is-invidious-instance (273B)
---
1 #!/bin/sh
2
3 if [ $# -lt 1 ];
4 then
5 printf "usage: %s host\n" "$(basename "${0}")" >&2
6 exit 1
7 fi
8 instance="${1}"
9
10 cd $HOME/bin/modules/invidious
11
12 host="$(printf "%s\n" "${instance}" \
13 | sed 's,.*://\([^/]*\).*,\1,')"
14 grep "${host}" invidious-instances.txt 2>&1 >/dev/null
15
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.