From 7addf3ecc201098ee2009799c98b400646828101 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 17 Aug 2025 04:11:41 -0300 Subject: bin/print: When text, add line numbers --- bin/print | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/print b/bin/print index accccd3..6e62590 100755 --- a/bin/print +++ b/bin/print @@ -58,7 +58,7 @@ main() { elif file -b "$FILE" | grep -q PDF; then cp "$FILE" "$NEWDIR"/in.pdf elif file -b "$FILE" | grep -q text; then - enscript -o- "$FILE" | ps2pdf - "$NEWDIR"/in.pdf + enscript -C -o- "$FILE" | ps2pdf - "$NEWDIR"/in.pdf else lp $OPTS "$FILE" return -- cgit v1.2.3