Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Last active April 24, 2017 12:35
Show Gist options
  • Save zaydek-old/31a89c7da57f0a874cb2a42ef2626b94 to your computer and use it in GitHub Desktop.
Save zaydek-old/31a89c7da57f0a874cb2a42ef2626b94 to your computer and use it in GitHub Desktop.
curl -s 'https://docs.google.com/feeds/download/documents/export/Export?id=1MSbarpRMe_a8tGfJYSxOP9w27ENVgapyyTLToMk7bEo&exportFormat=txt' |
tr -d '\r' | { cat -s; echo; } > prog.d
rdmd prog.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment