Mercurial > hg > audiostuff
view intercom/save_ic.sh @ 4:26cd8f1ef0b1
import spandsp-0.0.6pre17
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Fri, 25 Jun 2010 15:50:58 +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