This commit is contained in:
2023-10-21 14:54:26 -07:00
parent cf0d26c454
commit 764a757bfd
4 changed files with 246 additions and 119 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
# PROJECT DIR PRUNING SCRIPT
# Lists projects in current directory with a clean git status,
# sorted in reverse by date modified
printf "%-40s%-20s%s\n" 'Clean git, oldest to newest' 'Date Modified' 'Size'
printf "%-40s%-20s%s\n" '===========================' '=============' '===='