#!/bin/bash set -x echo "hello world" && echo "Args: $@" && sleep 30 && exit 0