| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| #!/bin/bash | |
| # | |
| # | |
| printf "%s %s %s\n" "There are `find "$1" -type f | wc -l` regular files" \ | |
| "taking up `du -sh "$1"|awk '{print $1}'` space" \ | |
| "in folder "$1"" | |
| exit 0 |
| Back | FazBrowse Home | New Git URL |