5 URL
=http
://ftp.uni-koeln.de
/util
/arc
/
17 (cd $DIR && make -f win32
/Makefile.gcc
) &&
18 FILES
="funzip.exe unzip.exe unzipsfx.exe" &&
19 (cd $DIR && cp $FILES /bin
/) &&
20 (cd /bin
&& git add
$FILES && git commit
-s -m "Install $DIR" $FILES) ||
{
21 echo "Failed to install unzip"