From 694f060550a90de0903830f210f0388f4171a774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 3 Apr 2016 22:02:46 +0200 Subject: download: add @GITHUB download facility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Define a new alias (@GITHUB) for downloading raw files from github repos. Signed-off-by: Álvaro Fernández Rojas --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/download.pl b/scripts/download.pl index a1bd0133ca..749c762eec 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -1,6 +1,7 @@ #!/usr/bin/env perl # # Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2016 LEDE project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. -- cgit v1.2.3