https://github.com/hexageek1337/wget-downloader-bash
Bash Downloader for Lazy with WGET
https://github.com/hexageek1337/wget-downloader-bash
bash bash-script bash-scripting shell shell-extension shell-script shell-scripting shell-scripts shellcode shellscript wget wget-call wget-utility
Last synced: 2 months ago
JSON representation
Bash Downloader for Lazy with WGET
- Host: GitHub
- URL: https://github.com/hexageek1337/wget-downloader-bash
- Owner: hexageek1337
- License: gpl-3.0
- Created: 2017-08-22T05:19:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T01:39:58.000Z (almost 8 years ago)
- Last Synced: 2025-07-09T21:17:07.858Z (3 months ago)
- Topics: bash, bash-script, bash-scripting, shell, shell-extension, shell-script, shell-scripting, shell-scripts, shellcode, shellscript, wget, wget-call, wget-utility
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WGET-Downloader-Bash
Bash Downloader for Lazy with WGET
# Usage
- Linux
$ git clone https://github.com/hexageek1337/WGET-Downloader-Bash.git
$ cd WGET-Downloader-Bash/
$ chmod +x wgetdownloader.sh
$ ./wgetdownloader.sh- Windows with Cygwin
$ git clone https://github.com/hexageek1337/WGET-Downloader-Bash.git
$ cd WGET-Downloader-Bash/
$ chmod +x wgetdownloader.sh
$ dos2unix wgetdownloader.sh
$ ./wgetdownloader.sh
# :heavy_exclamation_mark: Required
- Wget
- Git
- Dos2unix ( for [Cygwin](https://cygwin.com/install.html) )