#!/bin/sh set -e trap true HUP INT QUIT TSTP logger -t console-conf -- "Starting with parameters: $@" echo -n 'Press enter to configure: ' read REPLY exec console-conf "$@"