summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-05 12:26:36 +0000
committerfukachan <fukachan>2001-11-05 12:26:36 +0000
commita356d6520a8150f19f36cfa8834e78cfe0a74314 (patch)
tree5b3bc7d1d4c121382c8ac88d61421648bee3341b /fml/bin
parentc3c58e843a0f5cb5d064ea02c3ab99b9152bdca9 (diff)
downloadfml8-a356d6520a8150f19f36cfa8834e78cfe0a74314.tar.gz
fml8-a356d6520a8150f19f36cfa8834e78cfe0a74314.tar.bz2
fml8-a356d6520a8150f19f36cfa8834e78cfe0a74314.zip
new utility: fmlhtmlify src_dir dst_dir
Diffstat (limited to 'fml/bin')
-rwxr-xr-xfml/bin/fmlhtmlify16
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/bin/fmlhtmlify b/fml/bin/fmlhtmlify
new file mode 100755
index 00000000..696b79a1
--- /dev/null
+++ b/fml/bin/fmlhtmlify
@@ -0,0 +1,16 @@
+#!/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.
+#
+# $FML: fmlthread,v 1.1 2001/11/03 12:23:14 fukachan Exp $
+#
+
+default_prefix=/usr/local
+libexec_dir=$default_prefix/libexec/fml
+
+exec $libexec_dir/fmlhtmlify $*
+
+echo 'not reach here'
+exit 0;