#!/bin/bash if "$@"; then exit 1 else exit 0 fi