#!/usr/bin/env bash # THIS IS A SPECIAL VERSION FOR TASK 10 rm -f message.out echo TASK10 hello $* > message.out echo "TASK10: I said hello $* and saved it in message.out"