mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
15 lines
327 B
Bash
Executable File
15 lines
327 B
Bash
Executable File
#!/bin/sh
|
|
# PostScript calendar shell script
|
|
#
|
|
# This file is part of REMIND.
|
|
# Copyright (C) 1992-1997 by David F. Skoll
|
|
# Copyright (C) 1999-2000 by Roaring Penguin Software Inc.
|
|
|
|
# $Id: calps,v 1.3 2000-02-18 03:46:35 dfs Exp $
|
|
|
|
echo "Content-type: application/postscript"
|
|
echo
|
|
|
|
$REMIND -p /dev/null | $REM2PS -e -c3
|
|
exit 0
|