shithub: rc

Download patch

ref: a96bf0f821f67d8ee459f41ff588aca39ed313fe
parent: a7e1434ee60a4f91de30003cbbf5fd538983282b
author: qwx <qwx@sciops.net>
date: Mon Mar 9 13:11:03 EDT 2026

xpage: don't include directories

--- a/bin/xpage
+++ b/bin/xpage
@@ -4,4 +4,4 @@
 if(~ $1 -s)
 	walk -fesp $*(2-) | sort -rn | sed '512q;s/^[^ ]+ //' | xargs -n 512 page -m 32
 if not
-	walk $* | shl | sed 512q | xargs -n 512 page -m 32
+	walk -f $* | shl | sed 1024q | xargs -n 1024 page -m 32
--