#!/usr/bin/env bash rm -f message.out echo hello $* > message.out sleep 10 echo "I said hello $* and saved it in message.out"