Skip to content

Instantly share code, notes, and snippets.

@ngzero
Last active March 1, 2022 20:36
[Tree watcher] Print tree and refresh continuously #powershell
while (1) {cls; tree /F "C:\Users\steve\Desktop\git"; sleep 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment