#! /bin/bash

error=0 ; trap "error=$((error|1))" ERR

fcopy boot/grub/menu.lst

exit $error

