What's next? verify your email address for reply notifications!
Nothing gets passed to the message ARGV[0], my message is allwas empty.
I just updated the gist, not sure why I left out the || "Task completed" part of that.
|| "Task completed"
Hi. Interesting post. Just one thing: When you want a notification regardless of the exit status of the find command, don't you need to separate the finish with a semicolon:
finish
find . -name "brett*"; finished
Keep up the good writing! Leo
Yep, thanks! Fixed it in the post.