File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / etc / request.sh
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Feb 17 10:15:35 2014 UTC (10 years, 4 months ago) by misho
Branches: tftp0_2
add scripts

    1: #!/bin/sh
    2: #
    3: # Shell script for request operation
    4: #  request.sh <action> <opcode> <filename> <mode> <client_address> <client_port>
    5: #
    6: # $Id: request.sh,v 1.1.2.1 2014/02/17 10:15:35 misho Exp $
    7: 
    8: 

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