4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Run from the root of the repo
|
|
tree -I ".git" -I ".DS_Store" -a > FILES.txt |