Skip to content

Instantly share code, notes, and snippets.

@dginther
Created April 30, 2014 21:58
Show Gist options
  • Save dginther/a1bd7944d8ce8f25b902 to your computer and use it in GitHub Desktop.
Save dginther/a1bd7944d8ce8f25b902 to your computer and use it in GitHub Desktop.
#!/bin/bash
IFS=''
while read line
do
echo "\"$line\n\"," >> /tmp/out.txt
done < $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment