Last active
March 1, 2022 20:36
[Tree watcher] Print tree and refresh continuously #powershell
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
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