commit c63754054a956bb7825fcf336bcac974cf5ec2a6 parent 2fd6ec3051712a74889473a262f01f2ba3ee7633 Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 14 Oct 2016 12:59:37 +0200 Create stage1_1.sh Diffstat:
| A | scripts/stage1_1.sh | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/scripts/stage1_1.sh b/scripts/stage1_1.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "Create Directories" +mkdir data +mkdir info +mkdir neg + + +echo "Download negatives" +export PYTHONPATH="/usr/lib/python2.7/dist-packages/" +python download-image-by-link.py --stage 1_1