summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-27 17:01:09 +0000
committerfukachan <fukachan>2001-03-27 17:01:09 +0000
commit9abb5dafad5887fda1637c1320d0d86133e39593 (patch)
treed7818a8db794012b01437b2cce814d9d979a9eac /fml/bin
parentbde2fc4d3815353c2a2a67615a50e01873dd59cc (diff)
downloadfml8-9abb5dafad5887fda1637c1320d0d86133e39593.tar.gz
fml8-9abb5dafad5887fda1637c1320d0d86133e39593.tar.bz2
fml8-9abb5dafad5887fda1637c1320d0d86133e39593.zip
demonstration to add a little CUI and GUI to the system. "fmlsch" and
"fmlsch.cgi" is a tiny scheduler using HTML::CalenderMonthSimple and w3m:) I log how to make them as a document, which is the purpose of this hack.
Diffstat (limited to 'fml/bin')
-rwxr-xr-xfml/bin/fmlsch17
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/bin/fmlsch b/fml/bin/fmlsch
new file mode 100755
index 00000000..3d973ca6
--- /dev/null
+++ b/fml/bin/fmlsch
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# Copyright (C) 2001 Ken'ichi Fukamachi
+# All rights reserved. This program is free software; you can
+# redistribute it and/or modify it under the same terms as Perl itself.
+#
+# $Id$
+# $FML$
+#
+
+default_prefix=/usr/local
+libexec_dir=$default_prefix/libexec/fml
+
+exec $libexec_dir/fmlsch $*
+
+echo 'not reach here'
+exit 0;