This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/dist-gpc.sh
2005-10-09 08:49:12 +00:00

11 lines
210 B
Bash
Executable File

#!/bin/sh
# Create a archive 'gpc*.zip' with configuration files examples.
name=../gpc115-`date +%Y%m%d`.zip
dir=cfgs
if [ -f ${name} ] ; then rm $name ; fi
find ${dir} | grep -v CVS | zip -9 -@ -X ${name}