diff options
-rwxr-xr-x | ztd | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,13 @@ elif ! git status &> /dev/null; then status todo postponed + + if [ ! -z "`ls -1 ~/load/`" ]; then + echo "Dangling files at ~/load:" + echo "" + ls -lh ~/load/ + fi + exit fi |