source: flex_extract.git/For_developers/mk_upload_tarball.sh

ctbtodev
Last change on this file was a20f0de, checked in by anphi <anne.philipp@…>, 4 years ago

update shell script for tarball creation

  • Property mode set to 100755
File size: 264 bytes
RevLine 
[54a8a01]1#!/bin/bash
2#
3# @Author: Anne Philipp
4#
[a20f0de]5# @Date: June, 21 2020
[54a8a01]6#
[a20f0de]7# @Description: Makes a tarball for uploading on flexpart.eu
[54a8a01]8#
9
[5bf163a]10tarname='flex_extract_v7.1.2.tar.gz'
[54a8a01]11
[a20f0de]12tar -zcvf ${tarname} flex_extract --exclude=flex_extract/.git --exclude=flex_extract/.gitignore
[54a8a01]13
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG