File: hebps

package info (click to toggle)
remind 06.02.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,912 kB
  • sloc: ansic: 25,791; sh: 6,402; perl: 3,117; lisp: 557; makefile: 263
file content (17 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# Hebrew PostScript calendar shell script
#
# This file is part of REMIND.
# Copyright (C) 1992-2026 by Dianne Skoll

# Figure out the month:  If day <= 20, use this month; otherwise, use
# next month.
echo "Content-type: application/postscript"
echo ""

$REMIND - <<EOR
BANNER %
REM 20 ++40 RUN $REMIND -iHTML=0 -p $DIR/hebdate.rem %m %y | $REM2PS -e -c3 -l
EOR

exit 0