#!/bin/sh

. /users/samba/grml/config.grml

./mount_image.sh grml_small_0.2j.iso
sleep 2
sync
./copy_image.sh
sleep 2
sync
./umount_image.sh
sleep 2
sync
./mount_squash.sh
sleep 2
sync
./copy_squash.sh
sleep 2
sync
./umount_squash.sh
sleep 2
sync

