advent-of-code/create_readme.sh

10 lines
96 B
Bash
Raw Normal View History

#!/bin/bash
echo -e """
#Advent of Code
\`\`\`
$(tree -L 2|head -n -1)
\`\`\`
""" > README.md