A
download maketgz.sh
Language: NonCode
LOC: 0
Project Info
hping2
Server: SourceForge
Type: cvs
...orge\h\hping2\hping2\s10sh\
   bar.c
   bar.h
   bytesex.h
   common.c
   common.h
   crc.c
   crc.h
   favicon.h
   favicon2c.c
   httpd.c
   httpd.h
   main.c
   Makefile.in
   maketgz.sh
   README.CVS
   s10sh.h
   serial.c
   serial.h
   usb.c
   usb.h

#!/bin/sh

if [ "$1" = "" ]; then
	echo usage: $0 \<release\>
	exit 1
fi

mkdir s10sh-${1} || exit 1
cp * s10sh-${1}
cp -a libusb-0.1.3b s10sh-${1}
cd s10sh-${1} || exit 1
rm -f *.JPG
rm -f ./s10sh_REMOVE_ME
make distclean
rm -f libusb
ln -s libusb-0.1.3b libusb
cd libusb
make distclean
cd ../../
tar cvzf s10sh-${1}.tar.gz s10sh-${1}

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us