File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / etc / request.sh
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Mon Feb 17 14:01:14 2014 UTC (10 years, 4 months ago) by misho
Branches: tftp0_2
*** empty log message ***

#!/bin/sh
#
# Shell script for request operation
#  request.sh <action> <opcode> <filename> <mode> <client_address> <client_port>
#
# $Id: request.sh,v 1.1.2.2 2014/02/17 14:01:14 misho Exp $


echo "Request script '$*'"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>