aboutsummaryrefslogtreecommitdiff
path: root/ztd
diff options
context:
space:
mode:
Diffstat (limited to 'ztd')
-rwxr-xr-xztd7
1 files changed, 7 insertions, 0 deletions
diff --git a/ztd b/ztd
index 5610aba..7d3add8 100755
--- a/ztd
+++ b/ztd
@@ -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