#! /bin/bash error=0 ; trap "error=$((error|1))" ERR fcopy -Uv boot/grub/menu.lst exit $error