Last active
May 21, 2019 20:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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