#!/bin/sh # Filename: noprompt # Purpose: wrapper script to avoid prompting when rebooting/halt grml system # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ touch /etc/noprompt exec "$@" ## END OF FILE #################################################################