Files
remind/www/calps
2024-12-29 13:47:07 -05:00

12 lines
224 B
Bash

#!/bin/sh
# PostScript calendar shell script
#
# This file is part of REMIND.
# Copyright (C) 1992-2025 by Dianne Skoll
echo "Content-type: application/postscript"
echo
$REMIND -p $DIR/blank.rem | $REM2PS -e -c3 -l
exit 0