#!/bin/sh exec </dev/null >/var/tmp/bootstrap.out 2>&1 echo Hello World exit 0