commit 4aee2f6
hovercats
·
2024-11-26 23:20:54 +0000 UTC
parent 38617a4
sh/dm: use find instead of ls
1 files changed,
+1,
-2
M
sh/dm
M
sh/dm
+1,
-2
1@@ -7,8 +7,7 @@ sockdir=/tmp/dm
2 keyseq=
3
4 list() {
5- # change colors, for fun!
6- ls -1 $sockdir
7+ find $sockdir -type s
8 }
9
10 usage() {