view intercom/save_ic.sh @ 2:13be24d74cd2

import intercom-0.4.1
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 09:57:52 +0200
parents
children
line wrap: on
line source

#!/bin/sh
# Name:      save_ic.sh
# Project:   VoIP-GS, VoIP intercom
# Copyright: DFS, Andre Adrian
# Comment:   creates a tarball
# First Ed:  24oct2004
# Version:   23sep2005

filename=intercom`date +%Y%m%d%H%M`.tgz

tar -cvzf $filename \
  COPYRIGHT INSTALL README CHANGES Makefile *.txt \
  *.sh *.c* *.h intercom *.tcl *.ui \
  ilbc g711 gsm linux g726 \
  libudp1.0.6.so

# end of file

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.