Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
6d420c3a
Commit
6d420c3a
authored
May 17, 2017
by
Ignacio Pisso
Browse files
add create_tarball.sh to dev branch for release of version 10.2
parent
2bec33ef
Changes
1
Show whitespace changes
Inline
Side-by-side
create_tarball.sh
0 → 100755
View file @
6d420c3a
#!/bin/bash
version
=
10.2
tarball_tmp
=
flexpart
$version
mkdir
$tarball_tmp
mkdir
$tarball_tmp
/src
cp
src/
*
.f90
$tarball_tmp
/src
cp
src/makefile
$tarball_tmp
/src
cp
src/makefile.gfs
$tarball_tmp
/src
cp
-r
options
$tarball_tmp
mkdir
$tarball_tmp
/tests
cp
-r
tests/NILU/test_1
$tarball_tmp
/tests/
#return
tar
-cvf
flexpart
$version
.tar
$tarball_tmp
/
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment