[BACK]Return to tar_it_up.sh CVS log [TXT][DIR] Up to [local] / nagios / check_bioctl

Annotation of nagios/check_bioctl/tar_it_up.sh, Revision 1.1

1.1     ! andrew      1: #!/bin/sh
        !             2: # $RedRiver$
        !             3:
        !             4: VER=`ident check_bioctl | grep RedRiver | sed 's/.*v \([0-9]*\.[0-9]*\).*/\1/'`
        !             5:
        !             6: tar -czv -s "/^/check_bioctl-${VER}\//" -f check_bioctl-${VER}.tar.gz check_bioctl README

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>