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