#!/bin/sh # Set verbose mode set -x # Stop executing after error set -e # Run command $*