comparison ideas.xml @ 10:694d13d8b473 draft

Uploaded
author greg
date Thu, 10 Aug 2017 12:58:33 -0400
parents edad583b0bc1
children 6f486284731d
comparison
equal deleted inserted replaced
9:edad583b0bc1 10:694d13d8b473
11 #import os 11 #import os
12 #set tmp_dir = 'tmp' 12 #set tmp_dir = 'tmp'
13 #set prep_output_dir = 'prep_output' 13 #set prep_output_dir = 'prep_output'
14 mkdir -p $tmp_dir && 14 mkdir -p $tmp_dir &&
15 mkdir -p $prep_output_dir && 15 mkdir -p $prep_output_dir &&
16 echo "#############################################" &&
17 echo $tmp_dir &&
18 echo $output_dir &&
16 ############################################## 19 ##############################################
17 ## Create the config file and prepare the data 20 ## Create the config file and prepare the data
18 ############################################## 21 ##############################################
19 #set input_type = $input_type_cond.input_type 22 #set input_type = $input_type_cond.input_type
20 cp '$build_config_file' 'config_file.txt' && 23 cp '$build_config_file' 'config_file.txt' &&