Skip to content
Snippets Groups Projects
Commit b23d9290 authored by Ignacio Pisso's avatar Ignacio Pisso
Browse files

export with newly created definition files

parent c8b00d79
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
target=$1 #/Users/ignacio/todo/doing/flexpart/flex_gen_input/2018-07-03
cp define_default_run.sh $target
#target=$1 #/Users/ignacio/todo/doing/flexpart/flex_gen_input/2018-07-03
default_target=./export
target=${1:-$default_target}
if [ ! -d $target ]; then
mkdir $target
fi
default_options=*
options=${2:-$default_options}
cp gen_options.sh $target
#cp define_options*.sh $target
cp define_options$options.sh $target
cp gen_options_all.sh $target
cp gen_pathnames.sh $target
cp gen_batch_jobs_cl.sh $target
#cp define_default_run.sh $target
cp Makefile $target
cp loop_on_pathnames_laptop.sh $target
cp run_all_sl_laptop $target
#cp loop_on_pathnames_laptop.sh $target
#cp run_all_sl_laptop $target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment