Skip to content

Instantly share code, notes, and snippets.

@cengiz-io
Created October 16, 2014 10:02
Show Gist options
  • Save cengiz-io/a683a37ff1c920d80e96 to your computer and use it in GitHub Desktop.
Save cengiz-io/a683a37ff1c920d80e96 to your computer and use it in GitHub Desktop.
#!/bin/bash
LOG="mail.log"
while read -r -a array; do
echo ${array[*]} >> ${LOG}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment