view intercom/save_ic.sh @ 6:22a74b01a099 default tip

implement more meaningful test program
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 16:14:50 +0200
parents 13be24d74cd2
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.