Skip to content

Commit

Permalink
feat: add libgen script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 8, 2024
1 parent 32f74be commit a7b3745
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions scripts/libgen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/usr/bin/env bash
usage() {
echo "Library Genesis"

# shellcheck disable=1004,2016
echo '
_ _ _
| (_) |__ __ _ ___ _ __
| | | |_ \ / _` |/ _ \ |_ \
| | | |_) | (_| | __/ | | |
|_|_|_.__/ \__, |\___|_| |_|
|___/
'
}

pre_main() {
return 0
}

main_pacman() {
return 0
}

main_xbps() {
return 0
}

main_apt() {
return 0
}

main_pkg() {
return 0
}

main_brew() {
return 0
}

main() {
require_hosts_record 193.218.118.42 library.lol
require_hosts_record 176.119.25.72 download.library.lol
}

main_parham() {
return 0
}

0 comments on commit a7b3745

Please sign in to comment.