Skip to content

Commit

Permalink
Script to download sample image
Browse files Browse the repository at this point in the history
  • Loading branch information
jabriffa committed Jun 20, 2018
1 parent e602cbe commit 881e436
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions example/download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash
#
# Copyright © 2015-2017 Johann A. Briffa
#
# This file is part of CR2_Scripts.
#
# CR2_Scripts is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# CR2_Scripts 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 CR2_Scripts. If not, see <https://www.gnu.org/licenses/>.

wget -O 2908.cr2 "https://drive.google.com/uc?export=download&id=0B1XtGKkZqU5SZ2l1YmtwYzRiLU0"

0 comments on commit 881e436

Please sign in to comment.