Skip to content

Instantly share code, notes, and snippets.

@ssbozy
Last active May 21, 2019 20:08
Show Gist options
  • Save ssbozy/20113c24262e23ba35ac470e2dd65e69 to your computer and use it in GitHub Desktop.
Save ssbozy/20113c24262e23ba35ac470e2dd65e69 to your computer and use it in GitHub Desktop.
convert tree output of current folder to index.html so that a static webserver can pick it up
tree -H . -L 1 --noreport --charset utf-8 > index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment