X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=arch-init-remote;h=76e2cf236b074f0b11685c30015039aff8adb922;hb=875cea0c266c7802b336f5a8b61b63e109e670fb;hp=6e460a5f0b15cc26f383b3c36bca8ebadd4d0ef3;hpb=bdcc37dee90597b4a65c2ae24b9fc26f15adfc11;p=automated-distro-installer diff --git a/arch-init-remote b/arch-init-remote index 6e460a5..76e2cf2 100755 --- a/arch-init-remote +++ b/arch-init-remote @@ -15,17 +15,21 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +set -x + +set -eE -o pipefail +trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR + usage() { cat <&2' ERR +case $1 in + -h|--help) usage ;; +esac if [[ ! $1 ]]; then echo "error: expect a hostname in \$1 "