Skip to content

Instantly share code, notes, and snippets.

@amirnissim
Created May 15, 2014 14:42
Show Gist options
  • Save amirnissim/e2b871a42aeedfe3344d to your computer and use it in GitHub Desktop.
Save amirnissim/e2b871a42aeedfe3344d to your computer and use it in GitHub Desktop.
for next in `cat $1`
do
say "$next"
read
done
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment