#!/bin/bash mkdir log || { echo oops!; exit 1; } echo created directory. exit 0