#!/bin/bash

zip logfiles.zip *.log
zip xyz.zip *.xyz
rm *.o*
rm *.log
rm *.chk
rm *.xyz