jourview (148B)
1 #!/bin/ksh 2 # mupdf(1) the results of jourcomp 3 4 tmp="$(mktemp -t jourviewXXXXXX)" 5 trap 'rm -f "$tmp"' 0 INT TERM 6 jourcomp "$@" > "$tmp" 7 mupdf "$tmp"
configOpenBSD system configuration | |
| git clone git://jacobedwards.org/config | |
| Log | Files | Refs | README |