MadMakz
/
Misc-Tools
Archived
1
0
Fork 0

added GPLv3 to BASH/wget-rs

This commit is contained in:
MadMakz 2012-12-06 21:34:03 +01:00
parent af74b424dc
commit 3625243a79
1 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,24 @@
#!/bin/bash
###
##
## "wget" for RapidShare
## by MadMakz
##
## http://madmakz.com/
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 3 as published by
## the Free Software Foundation.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
###
## Usage: ./<script> <user> <password> <file with downloadlist>
##
## Note: Requires RS User account and setting "Direct Downloads" set to yes.