From 192450706243594381efdd83b95e274ca470dff7 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 2 Aug 2022 23:02:50 -0500
Subject: Find files recursively by default

---
 shatom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shatom b/shatom
index 7b149a9..31b2fc6 100755
--- a/shatom
+++ b/shatom
@@ -88,7 +88,7 @@ recent_files() {
 	dir="$1"
 	shift
 
-	find "$dir"/* -prune "$@" \
+	find "$dir" "$@" \
 		-exec stat -c '%Y %N' '{}' + |
 		sort -k1,1 -nr |
 		cut -d' ' -f2-
-- 
cgit 1.4.1-21-gabe81