Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flex_gen_input
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ignacio Pisso
flex_gen_input
Commits
b23d9290
Commit
b23d9290
authored
6 years ago
by
Ignacio Pisso
Browse files
Options
Downloads
Patches
Plain Diff
export with newly created definition files
parent
c8b00d79
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
export_flexgen.sh
+22
-4
22 additions, 4 deletions
export_flexgen.sh
with
22 additions
and
4 deletions
export_flexgen.sh
+
22
−
4
View file @
b23d9290
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment