diff options
| author | fukachan <fukachan> | 2001-03-15 08:20:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-15 08:20:44 +0000 |
| commit | 1c3ac3631ccd9567d6be4c2a19434dc77038fa1f (patch) | |
| tree | 0a2cb75fe1df0be88baf10b3ed05dc2dccd68eea /fml/bin | |
| parent | 39fdc1d800d1eddf664dfe19b8ecb8901a49bb71 (diff) | |
| download | fml8-1c3ac3631ccd9567d6be4c2a19434dc77038fa1f.tar.gz fml8-1c3ac3631ccd9567d6be4c2a19434dc77038fa1f.tar.bz2 fml8-1c3ac3631ccd9567d6be4c2a19434dc77038fa1f.zip | |
/usr/local/bin/fmlticket, which is a wrapper
Diffstat (limited to 'fml/bin')
| -rwxr-xr-x | fml/bin/fmlticket | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/bin/fmlticket b/fml/bin/fmlticket new file mode 100755 index 00000000..b8e9a3d6 --- /dev/null +++ b/fml/bin/fmlticket @@ -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/fmlticket $* + +echo 'not reach here' +exit 0; |
