#!/usr/bin/perl

# Copyright (C) 2000 NEC Corporation
# All Rights Reserved.

# RCS: $Id: sendscript,v 1.1.1.1 2002/08/29 09:45:37 wbmc Exp $


#-----------------------------------------------------------------------
#
# ᡼¹ԥץ
#

# ץХإ᡼
system("/usr/sbin/sendmail -q");

exit;
