source: flex_extract.git/python/mk_install_tar.sh @ 97e09f4

ctbtodev
Last change on this file since 97e09f4 was 54a8a01, checked in by Anne Philipp <anne.philipp@…>, 6 years ago

restructuring, documentations and bug fixes

  • Property mode set to 100755
File size: 458 bytes
Line 
1#!/bin/bash
2#
3# @Author: Anne Philipp
4#
5# @Date: June, 7 2018
6#
7# @Description: Makes a tarball for installation
8#
9
10tarname='flex_extract_v7.1.tar.gz'
11path='/nas/tmc/Anne/Interpolation/flexextract/flexextract/python/../'
12
13tar -cvf $tarname ${path}python/*py ${path}python/CONTROL* ${path}python/*ksh ${path}python/*temp ${path}python/ECMWF_ENV ${path}python/*json ${path}grib_templates ${path}src/*.f ${path}src/*.f90 ${path}src/*.h ${path}src/Makefile* 
14
15
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG