Re: Simple PDF viewer
Posted: Sat Dec 02, 2023 12:12 pm
Forgive me Fred; I thought it can be useful in this context to know a quick way to get a "pdf view" of "bash" output on Mac (uses Preview, but that's "OSX API"...)
http://www.purebasic.com
https://www.purebasic.fr/english/
OOOPS!Piero wrote: Thu Nov 30, 2023 4:59 am mp.sh
Code: Select all
#!/bin/sh man -t $1 > /tmp/$1.ps open /tmp/$1.ps