Solutions to https://adventofcode.com/
Copy the input text from the website, then:
pbpaste | sed -r 's/$/",/g' | sed -r 's/^/"/' | sed '$ s/.$//' | pbcopy
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solutions to https://adventofcode.com/
Copy the input text from the website, then:
pbpaste | sed -r 's/$/",/g' | sed -r 's/^/"/' | sed '$ s/.$//' | pbcopy