source: flex_extract.git/for_developers/mk_upload_tarball.sh @ 65748f4

ctbtodev
Last change on this file since 65748f4 was 25b14be, checked in by Anne Philipp <anne.philipp@…>, 6 years ago

changed whole tree structure of flex_extract to have better overview

  • Property mode set to 100644
File size: 453 bytes
Line 
1#!/bin/bash
2#
3# @Author: Anne Philipp
4#
5# @Date: June, 7 2018
6#
7# @Description: Makes a tarball for uploading on flexpart.eu
8#
9
10tarname='flex_extract_v7.1.tar.gz'
11
12
13tar --exclude='./src/*.o' --exclude='./src/*.mod' --exclude='./src/CONVERT2' --exclude='./python/*.pyc' --exclude='./python/*.ksh' --exclude='./python/ECMWF_ENV' --exclude='./python/*sh' --exclude='*sh' --exclude='*tar.gz' --exclude='work' --exclude='./python/job.temp' -zcvf $tarname .
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG