mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
-- Added HTML hebrew calendar; fixed wording here and there.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# CAL_DISPATCH -- Shell script for CGI directory to dispatch calendar
|
||||
# commands.
|
||||
#
|
||||
# $Id: cal_dispatch-DIST,v 1.1 1997-01-16 04:00:26 dfs Exp $
|
||||
# $Id: cal_dispatch-DIST,v 1.2 1997-07-31 02:19:05 dfs Exp $
|
||||
#
|
||||
# WARNING WARNING WARNING -- If your /bin/sh is really GNU's "bash",
|
||||
# make sure you don't have a buggy version which treats char 0xFF as
|
||||
@@ -69,6 +69,11 @@ case "$1" in
|
||||
hebps)
|
||||
exec $DIR/hebps
|
||||
;;
|
||||
|
||||
hebhtml)
|
||||
exec $DIR/hebhtml
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user